commit | 95690e58e1220e99e2a3ec9d5ebe7341fcc96745 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Mon Dec 02 17:34:25 2019 -0800 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 20 16:40:55 2020 +0100 |
tree | 0a0b479b86fe09d369ce24e532e8051894f6fadd | |
parent | c8b04030c5ec006e161969d77c07fb03a8b67112 [diff] |
btrfs: remove struct find_free_extent.ram_bytes This hasn't been used since it was first introduced in commit b4bd745d1230 ("btrfs: Introduce find_free_extent_ctl structure for later rework"). Passing that to btrfs_add_reserved_bytes in find_free_extent is not strictly necessary and using the local ram_bytes instead seems cleaner. Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>