Skip to content
Snippets Groups Projects
Commit 0f7891bb authored by Mikhail Pershin's avatar Mikhail Pershin
Browse files

b=5881

remove untested stuff. Additional testing is needed at first.
parent 8c8662fc
No related branches found
No related tags found
No related merge requests found
...@@ -447,11 +447,11 @@ static inline struct dentry *pre_smfs_dentry(struct dentry *parent_dentry, ...@@ -447,11 +447,11 @@ static inline struct dentry *pre_smfs_dentry(struct dentry *parent_dentry,
{ {
struct dentry *cache_dentry = NULL; struct dentry *cache_dentry = NULL;
if (!parent_dentry) { /*if (!parent_dentry) {
cache_dentry = d_find_alias(cache_inode); cache_dentry = d_find_alias(cache_inode);
if (cache_dentry) if (cache_dentry)
RETURN(cache_dentry); RETURN(cache_dentry);
} }*/
cache_dentry = d_alloc(parent_dentry, &dentry->d_name); cache_dentry = d_alloc(parent_dentry, &dentry->d_name);
if (!cache_dentry) if (!cache_dentry)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment