]> git.ipfire.org Git - thirdparty/linux.git/commit
block: move bio_map_* to blk-map.c
authorChristoph Hellwig <hch@lst.de>
Fri, 27 Mar 2020 17:48:37 +0000 (18:48 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 27 Mar 2020 18:04:34 +0000 (12:04 -0600)
commit130879f1ee0e25b0391b8c78b3baac6fe41f4d38
tree994ba31d1caa941400e4eac36e0741073c4b8cef
parentf01b411f41f91fc3196eae4317cf8b4d872830a6
block: move bio_map_* to blk-map.c

The bio_map_* helpers are just the low-level helpers for the
blk_rq_map_* APIs.  Move them together for better logical grouping,
as no there isn't much overlap with other code in bio.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c
block/blk-map.c
block/blk.h
include/linux/bio.h