]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
btrfs: kill min_allocable_bytes in inc_block_group_ro
authorJosef Bacik <josef@toxicpanda.com>
Tue, 26 Nov 2019 16:25:54 +0000 (11:25 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 20 Jan 2020 15:40:52 +0000 (16:40 +0100)
commitf8935566372c579cf9076d344a76e7781365c6e3
tree6d3a98e3ac599e4d852485ca6c6028dfef3074af
parent9f246926b4d5db4c5e8c78e4897757de26c95be6
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>
fs/btrfs/block-group.c