Commit 3a6d457e authored by Xiao Guangrong's avatar Xiao Guangrong Committed by Chris Mason

Btrfs: remove unused members from struct extent_state

These members are not used at all.
Signed-off-by: default avatarXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: default avatarLi Zefan <lizf@cn.fujitsu.com>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 4d2c8f62
...@@ -108,8 +108,6 @@ struct extent_state { ...@@ -108,8 +108,6 @@ struct extent_state {
wait_queue_head_t wq; wait_queue_head_t wq;
atomic_t refs; atomic_t refs;
unsigned long state; unsigned long state;
u64 split_start;
u64 split_end;
/* for use by the FS */ /* for use by the FS */
u64 private; u64 private;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment