diff options
author | Anand Jain <Anand.Jain@oracle.com> | 2015-01-12 17:55:10 +0100 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2015-01-22 03:22:37 +0100 |
commit | 78f55e5e1fa9f684705325667d455a957f43ad66 (patch) | |
tree | f7336b54d9ec44ef71a776e86078d0c884e0c2d9 /fs/btrfs/ctree.h | |
parent | btrfs: qgroup: move WARN_ON() to the correct location. (diff) | |
download | linux-78f55e5e1fa9f684705325667d455a957f43ad66.tar.xz linux-78f55e5e1fa9f684705325667d455a957f43ad66.zip |
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>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 2ecdac0bd850..85c697d482c2 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -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; |