mirror of https://github.com/torvalds/linux.git
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:
parent
153f99a45a
commit
bdd80b5c1b
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue