diff options
author | Anand Jain <anand.jain@oracle.com> | 2015-08-14 18:32:48 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2015-09-29 16:29:59 +0200 |
commit | e3bd6973bcf134a56786a8bd248d1740249352ec (patch) | |
tree | 19debb8a748e8b44b6878ddecda10bee4d6d3ab4 /fs/btrfs/sysfs.h | |
parent | 6618a59bfc0a0490f2a51df37c67878e23285670 (diff) | |
download | linux-stable-e3bd6973bcf134a56786a8bd248d1740249352ec.tar.gz linux-stable-e3bd6973bcf134a56786a8bd248d1740249352ec.tar.bz2 linux-stable-e3bd6973bcf134a56786a8bd248d1740249352ec.zip |
Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_link
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/sysfs.h')
-rw-r--r-- | fs/btrfs/sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/sysfs.h b/fs/btrfs/sysfs.h index 6392527bcc15..6529680f0b42 100644 --- a/fs/btrfs/sysfs.h +++ b/fs/btrfs/sysfs.h @@ -82,7 +82,7 @@ char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags); extern const char * const btrfs_feature_set_names[3]; extern struct kobj_type space_info_ktype; extern struct kobj_type btrfs_raid_ktype; -int btrfs_kobj_add_device(struct btrfs_fs_devices *fs_devices, +int btrfs_sysfs_add_device_link(struct btrfs_fs_devices *fs_devices, struct btrfs_device *one_device); int btrfs_kobj_rm_device(struct btrfs_fs_devices *fs_devices, struct btrfs_device *one_device); |