]> asedeno.scripts.mit.edu Git - linux.git/commit
btrfs: rename btrfs_space_info_add_old_bytes
authorJosef Bacik <josef@toxicpanda.com>
Thu, 22 Aug 2019 19:11:02 +0000 (15:11 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 9 Sep 2019 12:59:18 +0000 (14:59 +0200)
commitd05e46497f86175f85a4f0b9346cae2260e97c8d
treec1a072f79088e9f42f2b2e26c500fb9ee39b0c96
parentdef936e53530321bc5454883fa5c7ffdaa635837
btrfs: rename btrfs_space_info_add_old_bytes

This name doesn't really fit with how the space reservation stuff works
now, rename it to btrfs_space_info_free_bytes_may_use so it's clear what
the function is doing.

Reviewed-by: Nikolay Borisov <nborisov@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-rsv.c
fs/btrfs/delayed-ref.c
fs/btrfs/space-info.h