Skip to content

Commit 7fd524b

Browse files
zhashaericvh
authored andcommitted
fs/9p: drop inodes immediately on non-.L too
Signed-off-by: Joakim Sindholt <[email protected]> Signed-off-by: Eric Van Hensbergen <[email protected]>
1 parent 824f06f commit 7fd524b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/9p/vfs_super.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ static const struct super_operations v9fs_super_ops = {
283283
.alloc_inode = v9fs_alloc_inode,
284284
.free_inode = v9fs_free_inode,
285285
.statfs = simple_statfs,
286+
.drop_inode = v9fs_drop_inode,
286287
.evict_inode = v9fs_evict_inode,
287288
.show_options = v9fs_show_options,
288289
.umount_begin = v9fs_umount_begin,

0 commit comments

Comments
 (0)