Btrfs: delay commits during fsync to allow more writers
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
committed by
David Woodhouse
parent
f2183bde1a
commit
15ee9bc7ed
@ -301,6 +301,7 @@ struct btrfs_fs_info {
|
||||
struct radix_tree_root extent_map_radix;
|
||||
struct radix_tree_root extent_ins_radix;
|
||||
u64 generation;
|
||||
u64 last_trans_committed;
|
||||
struct btrfs_transaction *running_transaction;
|
||||
struct btrfs_super_block *disk_super;
|
||||
struct btrfs_super_block super_copy;
|
||||
|
Reference in New Issue
Block a user