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
@@ -435,6 +435,7 @@ struct btrfs_root *open_ctree(struct super_block *sb)
|
||||
INIT_LIST_HEAD(&fs_info->dead_roots);
|
||||
sb_set_blocksize(sb, 4096);
|
||||
fs_info->running_transaction = NULL;
|
||||
fs_info->last_trans_committed = 0;
|
||||
fs_info->tree_root = tree_root;
|
||||
fs_info->extent_root = extent_root;
|
||||
fs_info->sb = sb;
|
||||
|
Reference in New Issue
Block a user