Commit 61ebdb42 authored by Al Viro's avatar Al Viro

smbfs never retains inodes with zero refcount in the first place

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 70fd136e
...@@ -229,7 +229,6 @@ smb_invalidate_inodes(struct smb_sb_info *server) ...@@ -229,7 +229,6 @@ smb_invalidate_inodes(struct smb_sb_info *server)
{ {
VERBOSE("\n"); VERBOSE("\n");
shrink_dcache_sb(SB_of(server)); shrink_dcache_sb(SB_of(server));
invalidate_inodes(SB_of(server));
} }
/* /*
......
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