From 489fe7bcbe1c1b0e97330ed9b26e7191350dc902 Mon Sep 17 00:00:00 2001 From: tappro Date: Sun, 9 Jul 2006 08:08:47 +0000 Subject: [PATCH] - fix using child as parent --- lustre/mdt/mdt_reint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdt/mdt_reint.c b/lustre/mdt/mdt_reint.c index 49c46bd..fd12205 100644 --- a/lustre/mdt/mdt_reint.c +++ b/lustre/mdt/mdt_reint.c @@ -295,7 +295,7 @@ static int mdt_reint_unlink(struct mdt_thread_info *info) GOTO(out_unlock_child, rc = -EROFS); /* step 4: delete it */ - rc = mdo_unlink(info->mti_ctxt, mdt_object_child(mc), + rc = mdo_unlink(info->mti_ctxt, mdt_object_child(mp), mdt_object_child(mc), rr->rr_name); /*step 5: orphan handling & recovery issue */ -- 1.8.3.1