From 5120544e1174f927c94592edcb6df2f4ca1ca8d3 Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 26 Jun 2006 10:28:13 +0000 Subject: [PATCH] small fix --- lustre/cmm/cmm_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1