convert smackfs

Entirely static tree populated by simple_fill_super().  Can use
kill_anon_super() as-is.

Acked-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2024-02-26 02:07:09 -05:00
parent 153f99a45a
commit bdd80b5c1b
1 changed files with 1 additions and 1 deletions

View File

@ -2960,7 +2960,7 @@ static int smk_init_fs_context(struct fs_context *fc)
static struct file_system_type smk_fs_type = { static struct file_system_type smk_fs_type = {
.name = "smackfs", .name = "smackfs",
.init_fs_context = smk_init_fs_context, .init_fs_context = smk_init_fs_context,
.kill_sb = kill_litter_super, .kill_sb = kill_anon_super,
}; };
static struct vfsmount *smackfs_mount; static struct vfsmount *smackfs_mount;