projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae8c511
)
xfs: add support for FS_IOC_GETFSSYSFSPATH
author
Kent Overstreet
<kent.overstreet@linux.dev>
Wed, 7 Feb 2024 02:56:20 +0000
(21:56 -0500)
committer
Christian Brauner
<brauner@kernel.org>
Mon, 12 Feb 2024 12:14:20 +0000
(13:14 +0100)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Link:
https://lore.kernel.org/r/20240207025624.1019754-7-kent.overstreet@linux.dev
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/xfs/xfs_mount.c
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_mount.c
b/fs/xfs/xfs_mount.c
index 4a46bc44088fbf3c4a99fbce65e2b26ed8cc8177..57fa21ad79124784d205f1313db461acda2546b1 100644
(file)
--- a/
fs/xfs/xfs_mount.c
+++ b/
fs/xfs/xfs_mount.c
@@
-706,6
+706,8
@@
xfs_mountfs(
/* enable fail_at_unmount as default */
mp->m_fail_unmount = true;
+ super_set_sysfs_name_id(mp->m_super);
+
error = xfs_sysfs_init(&mp->m_kobj, &xfs_mp_ktype,
NULL, mp->m_super->s_id);
if (error)