diff --git a/lustre/include/linux/lustre_smfs.h b/lustre/include/linux/lustre_smfs.h index 880b59f11121f61cbc9f1a7d8df233628d4a196e..03465586d7b56c24c71b28c5b2f929f289c06590 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)