commit | f8935566372c579cf9076d344a76e7781365c6e3 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Tue Nov 26 11:25:54 2019 -0500 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 20 16:40:52 2020 +0100 |
tree | 6d3a98e3ac599e4d852485ca6c6028dfef3074af | |
parent | 9f246926b4d5db4c5e8c78e4897757de26c95be6 [diff] |
btrfs: kill min_allocable_bytes in inc_block_group_ro This is a relic from a time before we had a proper reservation mechanism and you could end up with really full chunks at chunk allocation time. This doesn't make sense anymore, so just kill it. Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>