Skip to content

Commit

Permalink
Merge tag 'zonefs-6.12-rc2' of git://git.kernel.org/pub/scm/linux/ker…
Browse files Browse the repository at this point in the history
…nel/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
  • Loading branch information
Linus Torvalds committed Oct 2, 2024
2 parents e32cde8 + c4b3c13 commit 27af290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/zonefs/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ int zonefs_sysfs_register(struct super_block *sb)
struct zonefs_sb_info *sbi = ZONEFS_SB(sb);
int ret;

super_set_sysfs_name_id(sb);
init_completion(&sbi->s_kobj_unregister);
ret = kobject_init_and_add(&sbi->s_kobj, &zonefs_sb_ktype,
zonefs_sysfs_root, "%s", sb->s_id);
Expand Down

0 comments on commit 27af290

Please sign in to comment.