Commit bdd80b5c authored by Al Viro's avatar Al Viro
Browse files

convert smackfs



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

Acked-by: default avatarCasey Schaufler <casey@schaufler-ca.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 153f99a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2960,7 +2960,7 @@ static int smk_init_fs_context(struct fs_context *fc)
static struct file_system_type smk_fs_type = {
	.name		= "smackfs",
	.init_fs_context = smk_init_fs_context,
	.kill_sb	= kill_litter_super,
	.kill_sb	= kill_anon_super,
};

static struct vfsmount *smackfs_mount;