aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>2011-07-14 03:18:52 +0000
committerChris Mason <chris.mason@oracle.com>2011-08-01 14:30:50 -0400
commit3a6d457ec79d4cdf2313189b4e852e53f2b8d2b2 (patch)
treee7225abe3352f11f322cdd4b01a380e6b056bb67 /fs
parentBtrfs: clean up code for merging extent maps (diff)
downloadlinux-dev-3a6d457ec79d4cdf2313189b4e852e53f2b8d2b2.tar.xz
linux-dev-3a6d457ec79d4cdf2313189b4e852e53f2b8d2b2.zip
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/extent_io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/extent_io.h b/fs/btrfs/extent_io.h
index d6871dc7524f..7b2f0c3e7929 100644
--- a/fs/btrfs/extent_io.h
+++ b/fs/btrfs/extent_io.h
@@ -108,8 +108,6 @@ struct extent_state {
wait_queue_head_t wq;
atomic_t refs;
unsigned long state;
- u64 split_start;
- u64 split_end;
/* for use by the FS */
u64 private;