Skip to content
Snippets Groups Projects
Commit 69a0fae3 authored by Joakim Sindholt's avatar Joakim Sindholt Committed by Greg Kroah-Hartman
Browse files

fs/9p: drop inodes immediately on non-.L too


[ Upstream commit 7fd524b9 ]

Signed-off-by: default avatarJoakim Sindholt <opensource@zhasha.com>
Signed-off-by: default avatarEric Van Hensbergen <ericvh@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent b1877285
No related branches found
No related tags found
2 merge requests!186🤖 Sync Bot: Update v5.4-ktn to Latest Stable Kernel (v5.4.290),!174🤖 Sync Bot: Update v5.4-ktn to Latest Stable Kernel (v5.4.286)
...@@ -335,6 +335,7 @@ static const struct super_operations v9fs_super_ops = { ...@@ -335,6 +335,7 @@ static const struct super_operations v9fs_super_ops = {
.alloc_inode = v9fs_alloc_inode, .alloc_inode = v9fs_alloc_inode,
.free_inode = v9fs_free_inode, .free_inode = v9fs_free_inode,
.statfs = simple_statfs, .statfs = simple_statfs,
.drop_inode = v9fs_drop_inode,
.evict_inode = v9fs_evict_inode, .evict_inode = v9fs_evict_inode,
.show_options = v9fs_show_options, .show_options = v9fs_show_options,
.umount_begin = v9fs_umount_begin, .umount_begin = v9fs_umount_begin,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment