summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.h
diff options
context:
space:
mode:
authorChris Mason2007-11-27 17:16:35 +0100
committerChris Mason2008-09-25 17:03:58 +0200
commitca6646264b7dab662d84435441164bb2a8e8885a (patch)
tree166c8be6d3b941fac96bceaea1db8d4616d7442c /fs/btrfs/extent_map.h
parentBtrfs: Fine tune the btree writeback exclusion some more (diff)
downloadkernel-qcow2-linux-ca6646264b7dab662d84435441164bb2a8e8885a.tar.gz
kernel-qcow2-linux-ca6646264b7dab662d84435441164bb2a8e8885a.tar.xz
kernel-qcow2-linux-ca6646264b7dab662d84435441164bb2a8e8885a.zip
Btrfs: Add efficient dirty accounting to the extent_map tree
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/extent_map.h')
-rw-r--r--fs/btrfs/extent_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/extent_map.h b/fs/btrfs/extent_map.h
index 13c562f7cb6f..2ffc0c76338c 100644
--- a/fs/btrfs/extent_map.h
+++ b/fs/btrfs/extent_map.h
@@ -40,6 +40,7 @@ struct extent_map_tree {
struct rb_root map;
struct rb_root state;
struct address_space *mapping;
+ u64 dirty_bytes;
rwlock_t lock;
struct extent_map_ops *ops;
spinlock_t lru_lock;