git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b823825
)
[PATCH] Cleanup blk_rq_map_* interfaces
author
Jens Axboe
<axboe@suse.de>
Mon, 20 Jun 2005 12:06:01 +0000
(14:06 +0200)
committer
Jens 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