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:
b1494e6
)
convert xenfs
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 26 Feb 2024 06:41:34 +0000
(
01:41
-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 switch
to kill_anon_super() without any other changes.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/xen/xenfs/super.c
patch
|
blob
|
history
diff --git
a/drivers/xen/xenfs/super.c
b/drivers/xen/xenfs/super.c
index
d7d6423
..
37ea7c5
100644
(file)
--- a/
drivers/xen/xenfs/super.c
+++ b/
drivers/xen/xenfs/super.c
@@
-88,7
+88,7
@@
static struct file_system_type xenfs_type = {
.owner = THIS_MODULE,
.name = "xenfs",
.init_fs_context = xenfs_init_fs_context,
- .kill_sb = kill_
litter
_super,
+ .kill_sb = kill_
anon
_super,
};
MODULE_ALIAS_FS("xenfs");