Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <viro@zeniv.linux.org.uk>

Al Viro 153f99a4 b1494e6b

+1 -1
+1 -1
drivers/xen/xenfs/super.c
··· 88 88 .owner = THIS_MODULE, 89 89 .name = "xenfs", 90 90 .init_fs_context = xenfs_init_fs_context, 91 - .kill_sb = kill_litter_super, 91 + .kill_sb = kill_anon_super, 92 92 }; 93 93 MODULE_ALIAS_FS("xenfs"); 94 94