Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mounted
Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
9ffecb1028
commit
96f3136e51
@ -4004,7 +4004,7 @@ int btrfs_defrag_leaves(struct btrfs_trans_handle *trans,
|
|||||||
/* sysfs.c */
|
/* sysfs.c */
|
||||||
int btrfs_init_sysfs(void);
|
int btrfs_init_sysfs(void);
|
||||||
void btrfs_exit_sysfs(void);
|
void btrfs_exit_sysfs(void);
|
||||||
int btrfs_sysfs_add_one(struct btrfs_fs_info *fs_info);
|
int btrfs_sysfs_add_mounted(struct btrfs_fs_info *fs_info);
|
||||||
void btrfs_sysfs_remove_one(struct btrfs_fs_info *fs_info);
|
void btrfs_sysfs_remove_one(struct btrfs_fs_info *fs_info);
|
||||||
|
|
||||||
/* xattr.c */
|
/* xattr.c */
|
||||||
|
@ -2933,7 +2933,7 @@ int open_ctree(struct super_block *sb,
|
|||||||
goto fail_fsdev_sysfs;
|
goto fail_fsdev_sysfs;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = btrfs_sysfs_add_one(fs_info);
|
ret = btrfs_sysfs_add_mounted(fs_info);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
pr_err("BTRFS: failed to init sysfs interface: %d\n", ret);
|
pr_err("BTRFS: failed to init sysfs interface: %d\n", ret);
|
||||||
goto fail_fsdev_sysfs;
|
goto fail_fsdev_sysfs;
|
||||||
|
@ -736,7 +736,7 @@ int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs,
|
|||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
int btrfs_sysfs_add_one(struct btrfs_fs_info *fs_info)
|
int btrfs_sysfs_add_mounted(struct btrfs_fs_info *fs_info)
|
||||||
{
|
{
|
||||||
int error;
|
int error;
|
||||||
struct btrfs_fs_devices *fs_devs = fs_info->fs_devices;
|
struct btrfs_fs_devices *fs_devs = fs_info->fs_devices;
|
||||||
|
Loading…
Reference in New Issue
Block a user