Skip to content

Commit

Permalink
smbfs never retains inodes with zero refcount in the first place
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Oct 26, 2010
1 parent 70fd136 commit 61ebdb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/smbfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ smb_invalidate_inodes(struct smb_sb_info *server)
{
VERBOSE("\n");
shrink_dcache_sb(SB_of(server));
invalidate_inodes(SB_of(server));
}

/*
Expand Down

0 comments on commit 61ebdb4

Please sign in to comment.