summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2019-06-03 12:05:05 +0300
committerDavid Sterba <dsterba@suse.com>2019-07-02 12:30:50 +0200
commit89b798ad1b42b1de10d64feda241e35e90c7b102 (patch)
tree72fb10fd056b1e3113f8fe18b0e45aa3062dcc0a /fs/btrfs/file.c
parent5f1411265e16b257a945a5c9044aecbc7bb99443 (diff)
downloadlinux-89b798ad1b42b1de10d64feda241e35e90c7b102.tar.gz
linux-89b798ad1b42b1de10d64feda241e35e90c7b102.tar.bz2
linux-89b798ad1b42b1de10d64feda241e35e90c7b102.zip
btrfs: Use btrfs_get_io_geometry appropriately
Presently btrfs_map_block is used not only to do everything necessary to map a bio to the underlying allocation profile but it's also used to identify how much data could be written based on btrfs' stripe logic without actually submitting anything. This is achieved by passing NULL for 'bbio_ret' parameter. This patch refactors all callers that require just the mapping length by switching them to using btrfs_io_geometry instead of calling btrfs_map_block with a special NULL value for 'bbio_ret'. No functional change. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/file.c')
0 files changed, 0 insertions, 0 deletions