[PATCH] Cleanup blk_rq_map_* interfaces
authorJens Axboe <axboe@suse.de>
Mon, 20 Jun 2005 12:06:01 +0000 (14:06 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 20 Jun 2005 12:06:01 +0000 (14:06 +0200)
Change the blk_rq_map_user() and blk_rq_map_kern() interface to require
a previously allocated request to be passed in. This is both more efficient
for multiple iterations of mapping data to the same request, and it is also
a much nicer API.

Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found