Skip to content

Commit 27af290

Browse files
committed
Merge tag 'zonefs-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs
Pull zonefs update from Damien Le Moal: - Add support for the FS_IOC_GETFSSYSFSPATH ioctl * tag 'zonefs-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs: zonefs: add support for FS_IOC_GETFSSYSFSPATH
2 parents e32cde8 + c4b3c13 commit 27af290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/zonefs/sysfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ int zonefs_sysfs_register(struct super_block *sb)
9292
struct zonefs_sb_info *sbi = ZONEFS_SB(sb);
9393
int ret;
9494

95+
super_set_sysfs_name_id(sb);
9596
init_completion(&sbi->s_kobj_unregister);
9697
ret = kobject_init_and_add(&sbi->s_kobj, &zonefs_sb_ktype,
9798
zonefs_sysfs_root, "%s", sb->s_id);

0 commit comments

Comments
 (0)