commit | dcdf7f6ddba006f3482ebee73dfa6b75aec5f07b | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Mon Mar 02 16:37:31 2015 -0500 |
committer | Josef Bacik <jbacik@fb.com> | Tue Mar 17 10:56:55 2015 -0400 |
tree | a91a5105b64f8d0c6ea5f653ea0000b295050b2a | |
parent | ea526d18990018f224e5734748975bea1824545f [diff] |
Btrfs: prepare block group cache before writing Writing the block group cache will modify the extent tree quite a bit because it truncates the old space cache and pre-allocates new stuff. To try and cut down on the churn lets do the setup dance first, then later on hopefully we can avoid looping with newly dirtied roots. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com>