]> 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)
commitaed49570cc766359254455bb3e64b147220e148e
tree994ba31d1caa941400e4eac36e0741073c4b8cef
parentc54649ddb7f10f0f5bba15b098379579a0ef600f
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