From: Al Viro Date: Mon, 26 Feb 2024 06:41:34 +0000 (-0500) Subject: convert xenfs X-Git-Tag: v6.19-rc1~111^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=153f99a45a833fcbbddd51730bd34b85fa3ca5db;p=thirdparty%2Fkernel%2Flinux.git convert xenfs entirely static tree, populated by simple_fill_super(). Can switch to kill_anon_super() without any other changes. Signed-off-by: Al Viro --- diff --git a/drivers/xen/xenfs/super.c b/drivers/xen/xenfs/super.c index d7d64235010d4..37ea7c5c03469 100644 --- a/drivers/xen/xenfs/super.c +++ b/drivers/xen/xenfs/super.c @@ -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");