projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70fd136
)
smbfs never retains inodes with zero refcount in the first place
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 24 Oct 2010 14:48:15 +0000
(10:48 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:23:01 +0000
(21:23 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/smbfs/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/smbfs/inode.c
b/fs/smbfs/inode.c
index 8fc5e50e142fad71ad05aa38f726ae0d6d4ca566..f6e9ee59757ec29c11be43e6fcab2713bab2562e 100644
(file)
--- a/
fs/smbfs/inode.c
+++ b/
fs/smbfs/inode.c
@@
-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));
}
/*