]> git.baikalelectronics.ru Git - kernel.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)
commit63b9d464a02c3c7261246926d36e4e56acdbd6e7
tree994ba31d1caa941400e4eac36e0741073c4b8cef
parent51207837d726079f16eadb4fc661b1b380928a8c
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