projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
824f06f
)
fs/9p: drop inodes immediately on non-.L too
author
Joakim Sindholt
<opensource@zhasha.com>
Mon, 18 Mar 2024 11:22:32 +0000
(12:22 +0100)
committer
Eric Van Hensbergen
<ericvh@kernel.org>
Thu, 11 Apr 2024 23:40:55 +0000
(23:40 +0000)
Signed-off-by: Joakim Sindholt <opensource@zhasha.com>
Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>
fs/9p/vfs_super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/9p/vfs_super.c
b/fs/9p/vfs_super.c
index eeac06c2a84cf9e51cd9e629a6cf9ccb5070b915..55e67e36ae682bcf33a66c2f5e7d936e975e8f6f 100644
(file)
--- a/
fs/9p/vfs_super.c
+++ b/
fs/9p/vfs_super.c
@@
-283,6
+283,7
@@
static const struct super_operations v9fs_super_ops = {
.alloc_inode = v9fs_alloc_inode,
.free_inode = v9fs_free_inode,
.statfs = simple_statfs,
+ .drop_inode = v9fs_drop_inode,
.evict_inode = v9fs_evict_inode,
.show_options = v9fs_show_options,
.umount_begin = v9fs_umount_begin,