X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_iam_lfix.c;h=aef90aae817dd6e9e3fabbfa8350a3878649e060;hb=92e7ffbdb01f680ed9f299ed109f2189f144a31d;hp=31938dcd8942ecefc7d946da13957e2dade9a7c5;hpb=1dd3f59981914a90cbeddedab5dfc91fa28764c6;p=fs%2Flustre-release.git diff --git a/lustre/osd-ldiskfs/osd_iam_lfix.c b/lustre/osd-ldiskfs/osd_iam_lfix.c index 31938dc..aef90aa 100644 --- a/lustre/osd-ldiskfs/osd_iam_lfix.c +++ b/lustre/osd-ldiskfs/osd_iam_lfix.c @@ -27,7 +27,7 @@ * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * - * Copyright (c) 2012 Whamcloud, Inc. + * Copyright (c) 2012, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -331,8 +331,7 @@ static int iam_lfix_lookup(struct iam_leaf *l, const struct iam_key *k) static int iam_lfix_ilookup(struct iam_leaf *l, const struct iam_ikey *ik) { - assert(0); - return IAM_LOOKUP_OK; + return iam_lfix_lookup(l, (const struct iam_key *)ik); } static void iam_lfix_key_set(struct iam_leaf *l, const struct iam_key *k)