Searched hist:"3308234 a7e9828f8cbec308010348ddf712fc15e" (Results 1 – 1 of 1) sorted by relevance
/linux/fs/btrfs/ |
H A D | block-group.c | diff 3308234a7e9828f8cbec308010348ddf712fc15e Tue Jul 21 16:22:17 CEST 2020 Josef Bacik <josef@toxicpanda.com> btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
We were missing a call to btrfs_try_granting_tickets in btrfs_free_reserved_bytes, so add it to handle the case where we're able to satisfy an allocation because we've freed a pending reservation.
Reviewed-by: Nikolay Borisov <nborisov@suse.com> Tested-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|