Btrfs: Add efficient dirty accounting to the extent_map tree
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user