Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btrfs: remove struct find_free_extent.ram_bytes
This hasn't been used since it was first introduced in commit b4bd745 ("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>
- Loading branch information