From 0f7891bb67c387ec990f58e79a18c3866f167b46 Mon Sep 17 00:00:00 2001 From: tappro <tappro> Date: Wed, 13 Apr 2005 12:23:46 +0000 Subject: [PATCH] b=5881 remove untested stuff. Additional testing is needed at first. --- lustre/include/linux/lustre_smfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/include/linux/lustre_smfs.h b/lustre/include/linux/lustre_smfs.h index 880b59f111..03465586d7 100644 --- a/lustre/include/linux/lustre_smfs.h +++ b/lustre/include/linux/lustre_smfs.h @@ -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) -- GitLab