aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2021-09-15 15:17:17 +0800
committerDavid Sterba <dsterba@suse.com>2021-10-26 19:08:02 +0200
commitcd8e0cca95912df42a559a80e13cb6a38bb5c449 (patch)
tree5cbfc08e2ae1ea14a3a08efad6c1374e31a76b84 /fs/btrfs/inode.c
parentbtrfs: rename btrfs_bio to btrfs_io_context (diff)
downloadlinux-dev-cd8e0cca95912df42a559a80e13cb6a38bb5c449.tar.xz
linux-dev-cd8e0cca95912df42a559a80e13cb6a38bb5c449.zip
btrfs: remove btrfs_bio_alloc() helper
The helper btrfs_bio_alloc() is almost the same as btrfs_io_bio_alloc(), except it's allocating using BIO_MAX_VECS as @nr_iovecs, and initializes bio->bi_iter.bi_sector. However the naming itself is not using "btrfs_io_bio" to indicate its parameter is "strcut btrfs_io_bio" and can be easily confused with "struct btrfs_bio". Considering assigned bio->bi_iter.bi_sector is such a simple work and there are already tons of call sites doing that manually, there is no need to do that in a helper. Remove btrfs_bio_alloc() helper, and enhance btrfs_io_bio_alloc() function to provide a fail-safe value for its @nr_iovecs. And then replace all btrfs_bio_alloc() callers with btrfs_io_bio_alloc(). Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/inode.c')
0 files changed, 0 insertions, 0 deletions