Commit 1bd9236b authored by Linus Torvalds's avatar Linus Torvalds

Undo d_drop removal at Trond's request

Cset exclude: torvalds@home.transmeta.com|ChangeSet|20020801011106|51286
parent 3f41fa2f
...@@ -566,6 +566,7 @@ static int nfs_lookup_revalidate(struct dentry * dentry, int flags) ...@@ -566,6 +566,7 @@ static int nfs_lookup_revalidate(struct dentry * dentry, int flags)
goto out_valid; goto out_valid;
shrink_dcache_parent(dentry); shrink_dcache_parent(dentry);
} }
d_drop(dentry);
unlock_kernel(); unlock_kernel();
dput(parent); dput(parent);
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment