diff options
author | Anand Jain <anand.jain@oracle.com> | 2015-03-10 01:38:33 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.cz> | 2015-05-27 13:27:21 +0300 |
commit | 1ba43816af921219d596c462baa7674ff0228229 (patch) | |
tree | 4b9b56d339247b59b7da932b390188908d384192 /fs/btrfs/volumes.c | |
parent | 2e3e12815a296f263261b17b3a5781cbd517f7f3 (diff) | |
download | linux-1ba43816af921219d596c462baa7674ff0228229.tar.xz |
Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_info
btrfs_kobj_add_device() does not need fs_info any more.
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'fs/btrfs/volumes.c')
-rw-r--r-- | fs/btrfs/volumes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index 5719470b50cd..d68d3944af4b 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -2215,7 +2215,7 @@ int btrfs_init_new_device(struct btrfs_root *root, char *device_path) tmp + 1); /* add sysfs device entry */ - btrfs_kobj_add_device(root->fs_info, device); + btrfs_kobj_add_device(root->fs_info->fs_devices, device); /* * we've got more storage, clear any full flags on the space |