commit | 6a3891c551268dd4ff0969b883c4c8b8d974db8f | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Mon Mar 16 17:38:52 2015 -0400 |
committer | Josef Bacik <jbacik@fb.com> | Tue Mar 17 16:36:31 2015 -0400 |
tree | e9727d171e09a8468fc8ac759de743b84e018ad6 | |
parent | bcb7e449ec6350121ac7ca138c0b050ba7caca47 [diff] |
Btrfs: add sanity test for outstanding_extents accounting I introduced a regression wrt outstanding_extents accounting. These are tricky areas that aren't easily covered by xfstests as we could change MAX_EXTENT_SIZE at any time. So add sanity tests to cover the various conditions that are tricky in order to make sure we don't introduce regressions in the future. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com>