Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
fs/zonefs/sysfs.c
··· 92 92 struct zonefs_sb_info *sbi = ZONEFS_SB(sb); 93 93 int ret; 94 94 95 + super_set_sysfs_name_id(sb); 95 96 init_completion(&sbi->s_kobj_unregister); 96 97 ret = kobject_init_and_add(&sbi->s_kobj, &zonefs_sb_ktype, 97 98 zonefs_sysfs_root, "%s", sb->s_id);