From: tappro Date: Wed, 13 Apr 2005 12:23:46 +0000 (+0000) Subject: b=5881 X-Git-Tag: 1.4.10~1263 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0f7891bb67c387ec990f58e79a18c3866f167b46;p=fs%2Flustre-release.git b=5881 remove untested stuff. Additional testing is needed at first. --- diff --git a/lustre/include/linux/lustre_smfs.h b/lustre/include/linux/lustre_smfs.h index 880b59f..0346558 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)