]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
convert xenfs
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Feb 2024 06:41:34 +0000 (01:41 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Nov 2025 06:35:02 +0000 (01:35 -0500)
entirely static tree, populated by simple_fill_super().  Can switch
to kill_anon_super() without any other changes.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/xen/xenfs/super.c

index d7d64235010d415922b174a3a1c1a39cdb96be4f..37ea7c5c034695aaf04b473efff9f99163bc21c4 100644 (file)
@@ -88,7 +88,7 @@ static struct file_system_type xenfs_type = {
        .owner =        THIS_MODULE,
        .name =         "xenfs",
        .init_fs_context = xenfs_init_fs_context,
-       .kill_sb =      kill_litter_super,
+       .kill_sb =      kill_anon_super,
 };
 MODULE_ALIAS_FS("xenfs");