Whamcloud - gitweb
remove duplicate shrink in mdt_rename_tgt()
authorhuanghua <huanghua>
Mon, 18 Sep 2006 07:18:39 +0000 (07:18 +0000)
committerhuanghua <huanghua>
Mon, 18 Sep 2006 07:18:39 +0000 (07:18 +0000)
lustre/mdt/mdt_reint.c

index 51f6f01..01798b7 100644 (file)
@@ -510,7 +510,6 @@ out_unlock_tgt:
 out_unlock_tgtdir:
         mdt_object_unlock_put(info, mtgtdir, lh_tgtdir, rc);
 out:
-        mdt_shrink_reply(info, REPLY_REC_OFF + 1);
         return rc;
 }