mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git
This commit is contained in:
commit
3d441b48b1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user