diff options
author | Christoph Hellwig <hch@lst.de> | 2023-01-21 07:50:15 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-02-15 19:38:52 +0100 |
commit | deb6216fa0b6b66304fc81e19b509af1b8203f98 (patch) | |
tree | bfb3d0ef5d9d2dc32af0e8731a03be06aef223d0 /fs/btrfs/disk-io.h | |
parent | 295fe46ff19b990c19b84b0d39a88d7e73710b19 (diff) | |
download | linux-deb6216fa0b6b66304fc81e19b509af1b8203f98.tar.gz linux-deb6216fa0b6b66304fc81e19b509af1b8203f98.tar.bz2 linux-deb6216fa0b6b66304fc81e19b509af1b8203f98.zip |
btrfs: open code the submit_bio_start helpers
The submit helpers are now trivial and can be called directly. Note
that btree_csum_one_bio has to be moved up in the file a bit to avoid a
forward declaration.
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/disk-io.h')
-rw-r--r-- | fs/btrfs/disk-io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index f2f295eb6103..5898beb64848 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h @@ -122,7 +122,6 @@ enum btrfs_wq_submit_cmd { bool btrfs_wq_submit_bio(struct btrfs_inode *inode, struct bio *bio, int mirror_num, u64 dio_file_offset, enum btrfs_wq_submit_cmd cmd); -blk_status_t btree_submit_bio_start(struct bio *bio); int btrfs_alloc_log_tree_node(struct btrfs_trans_handle *trans, struct btrfs_root *root); int btrfs_init_log_root_tree(struct btrfs_trans_handle *trans, |