lkml.org 
[lkml]   [2024]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 6.8 10/18] fs/9p: drop inodes immediately on non-.L too
    Date
    From: Joakim Sindholt <opensource@zhasha.com>

    [ Upstream commit 7fd524b9bd1be210fe79035800f4bd78a41b349f ]

    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>
    ---
    fs/9p/vfs_super.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/fs/9p/vfs_super.c b/fs/9p/vfs_super.c
    index 941f7d0e0bfa2..23cc67f29af20 100644
    --- a/fs/9p/vfs_super.c
    +++ b/fs/9p/vfs_super.c
    @@ -310,6 +310,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,
    --
    2.43.0

    \
     
     \ /
      Last update: 2024-04-23 13:42    [W:4.226 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site