Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

smbfs never retains inodes with zero refcount in the first place



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 70fd136e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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));
}
}


/*
/*