Whamcloud - gitweb
b=5881
authortappro <tappro>
Wed, 13 Apr 2005 12:23:46 +0000 (12:23 +0000)
committertappro <tappro>
Wed, 13 Apr 2005 12:23:46 +0000 (12:23 +0000)
remove untested stuff. Additional testing is needed at first.

lustre/include/linux/lustre_smfs.h

index 880b59f..0346558 100644 (file)
@@ -447,11 +447,11 @@ static inline struct dentry *pre_smfs_dentry(struct dentry *parent_dentry,
 {
         struct dentry *cache_dentry = NULL;
         
-        if (!parent_dentry) {
+        /*if (!parent_dentry) {
                 cache_dentry = d_find_alias(cache_inode);
                 if (cache_dentry) 
                         RETURN(cache_dentry);
-        }
+        }*/
         
         cache_dentry = d_alloc(parent_dentry, &dentry->d_name);
         if (!cache_dentry)