mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-13 20:59:37 +02:00
fs/9p: drop inodes immediately on non-.L too
[ Upstream commit 7fd524b9bd
]
Signed-off-by: Joakim Sindholt <opensource@zhasha.com>
Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
427ede2813
commit
1f9c976e94
|
@ -320,6 +320,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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user