diff options
author | Anand Jain <anand.jain@oracle.com> | 2015-03-10 01:38:34 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.cz> | 2015-05-27 13:27:21 +0300 |
commit | 6c14a1641bfaa213bb3c5bcb7f4d8cde234ada70 (patch) | |
tree | 5294abae1abd966bc18b58ce4dbc969f1b710c76 /fs/btrfs/sysfs.h | |
parent | 1ba43816af921219d596c462baa7674ff0228229 (diff) | |
download | linux-6c14a1641bfaa213bb3c5bcb7f4d8cde234ada70.tar.xz |
Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_info
since btrfs_kobj_rm_device() does nothing with fs_info
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
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 f1d7c7604f6f..808d12ac4a5a 100644 --- a/fs/btrfs/sysfs.h +++ b/fs/btrfs/sysfs.h @@ -84,6 +84,6 @@ 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, struct btrfs_device *one_device); -int btrfs_kobj_rm_device(struct btrfs_fs_info *fs_info, +int btrfs_kobj_rm_device(struct btrfs_fs_devices *fs_devices, struct btrfs_device *one_device); #endif /* _BTRFS_SYSFS_H_ */ |