projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
153f99a
)
convert smackfs
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 26 Feb 2024 07:07:09 +0000
(
02:07
-0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 16 Nov 2025 06:35:02 +0000
(
01:35
-0500)
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>
security/smack/smackfs.c
patch
|
blob
|
history
diff --git
a/security/smack/smackfs.c
b/security/smack/smackfs.c
index
b1e5e62
..
e989ae3
100644
(file)
--- a/
security/smack/smackfs.c
+++ b/
security/smack/smackfs.c
@@
-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;