mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 15:04:27 +08:00
btrfs: remove unused btrfs_root::type
Looks like the struct member was added in 2007 in 2.6.29 in commit
87ee04eb0f
("Btrfs: Add simple stripe size parameter") but hasn't been
used at all since. So let's remove it. This was found by tool
https://github.com/jirislaby/clang-struct, then build tested after
removing the struct member.
Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
49542050b1
commit
46524fab69
@ -212,8 +212,6 @@ struct btrfs_root {
|
||||
|
||||
u64 last_trans;
|
||||
|
||||
u32 type;
|
||||
|
||||
u64 free_objectid;
|
||||
|
||||
struct btrfs_key defrag_progress;
|
||||
|
Loading…
Reference in New Issue
Block a user