Whamcloud - gitweb
Branch HEAD
authorvitaly <vitaly>
Tue, 16 Oct 2007 11:46:16 +0000 (11:46 +0000)
committervitaly <vitaly>
Tue, 16 Oct 2007 11:46:16 +0000 (11:46 +0000)
make it compilable after b=13568 commit

lustre/llite/llite_lib.c

index c97ad3c..097cfa8 100644 (file)
@@ -694,8 +694,6 @@ void client_common_put_super(struct super_block *sb)
         obd_disconnect(sbi->ll_md_exp);
         sbi->ll_md_exp = NULL;
 
-        lustre_throw_orphan_dentries(sb);
-
         EXIT;
 }