Btrfs: fix unused members in struct btrfs_root
There isn't any real use of following members of struct btrfs_root so delete them. struct kobject root_kobj; struct completion kobj_unregister; Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>
This commit is contained in:
@@ -1798,8 +1798,6 @@ struct btrfs_root {
|
||||
struct btrfs_fs_info *fs_info;
|
||||
struct extent_io_tree dirty_log_pages;
|
||||
|
||||
struct kobject root_kobj;
|
||||
struct completion kobj_unregister;
|
||||
struct mutex objectid_mutex;
|
||||
|
||||
spinlock_t accounting_lock;
|
||||
|
||||
Reference in New Issue
Block a user