[PATCH] Add blk_rq_map_kern()
authorMike Christie <michaelc@cs.wisc.edu>
Mon, 20 Jun 2005 12:04:44 +0000 (14:04 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 20 Jun 2005 12:04:44 +0000 (14:04 +0200)
commitdf46b9a44ceb5af2ea2351ce8e28ae7bd840b00f
tree30ab71759486f94d60af2283fc55bfffcc22155a
parent8b22c249e7de453961e4d253b19fc2a0bdd65d53
[PATCH] Add blk_rq_map_kern()

Add blk_rq_map_kern which takes a kernel buffer and maps it into
a request and bio. This can be used by the dm hw_handlers, old
sg_scsi_ioctl, and one day scsi special requests so all requests
comming into scsi will have bios. All requests having bios
should allow scsi to use scatter lists for all IO and allow it
to use block layer functions.

Signed-off-by: Jens Axboe <axboe@suse.de>
drivers/block/ll_rw_blk.c
fs/bio.c
include/linux/bio.h
include/linux/blkdev.h