From 3c314e10d836f1727ebe1f3ac18920a17386d76f Mon Sep 17 00:00:00 2001
From: vitaly <vitaly>
Date: Tue, 16 Oct 2007 11:46:16 +0000
Subject: [PATCH] Branch HEAD

make it compilable after b=13568 commit
---
 lustre/llite/llite_lib.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c
index c97ad3c429..097cfa8017 100644
--- a/lustre/llite/llite_lib.c
+++ b/lustre/llite/llite_lib.c
@@ -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;
 }
 
-- 
GitLab