From: tappro Date: Mon, 26 Jun 2006 10:28:13 +0000 (+0000) Subject: small fix X-Git-Tag: v1_8_0_110~486^2~1543 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5120544e1174f927c94592edcb6df2f4ca1ca8d3;p=fs%2Flustre-release.git small fix --- diff --git a/lustre/cmm/cmm_object.c b/lustre/cmm/cmm_object.c index 1c7531e..863d3ba 100644 --- a/lustre/cmm/cmm_object.c +++ b/lustre/cmm/cmm_object.c @@ -378,7 +378,7 @@ static int cml_rename_tgt(const struct lu_context *ctx, /* used only in case of rename_tgt() when target is not exist */ static int cml_name_insert(const struct lu_context *ctx, struct md_object *p, const char *name, - const struct lu_fid *f) + const struct lu_fid *lf) { int rc; ENTRY;