commit | 21ebfbe7e06cafb05c41cc39b058be35acb6c5da | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Mon May 21 12:27:22 2018 +0300 |
committer | David Sterba <dsterba@suse.com> | Tue May 29 18:12:57 2018 +0200 |
tree | bddae3bb548e8bf141b100b811d0e4a7362af1ef | |
parent | 4e6bd4e0aaf8e00d9ea4472d91252715c4b4bd5d [diff] |
btrfs: Pass btrfs_delayed_extent_op to alloc_reserved_tree_block Instead of taking only specific member of this structure, which results in 2 extra arguments, just take the delayed_extent_op struct and reference the arguments inside the functions. No functional changes. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>