diff options
author | Qu Wenruo <wqu@suse.com> | 2021-09-15 09:17:17 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-10-26 19:08:02 +0200 |
commit | cd8e0cca95912df42a559a80e13cb6a38bb5c449 (patch) | |
tree | 5cbfc08e2ae1ea14a3a08efad6c1374e31a76b84 /fs/btrfs/file-item.c | |
parent | btrfs: rename btrfs_bio to btrfs_io_context (diff) | |
download | linux-cd8e0cca95912df42a559a80e13cb6a38bb5c449.tar.xz linux-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/file-item.c')
0 files changed, 0 insertions, 0 deletions