Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Btrfs: remove unused members from struct extent_state

These members are not used at all.

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>

authored by

Xiao Guangrong and committed by
Chris Mason
3a6d457e 4d2c8f62

-2
-2
fs/btrfs/extent_io.h
··· 108 108 wait_queue_head_t wq; 109 109 atomic_t refs; 110 110 unsigned long state; 111 - u64 split_start; 112 - u64 split_end; 113 111 114 112 /* for use by the FS */ 115 113 u64 private;