commit | 897cae7948cb06c2f98de3c6f1833e7d8b3daa02 | [log] [tgz] |
---|---|---|
author | Naohiro Aota <naohiro.aota@wdc.com> | Tue Feb 25 12:56:20 2020 +0900 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 23 17:01:50 2020 +0100 |
tree | 51483d109f20dc39f253b28854810077809247b5 | |
parent | c668690dc035e9a8597a7e60feeb85d1b1e581e6 [diff] |
btrfs: drop unnecessary arguments from clustered allocation functions Now that, find_free_extent_clustered() and find_free_extent_unclustered() can access "last_ptr" from the "clustered" variable, we can drop it from the arguments. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>