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:
2a4aa30
)
block: use blk_rq_init() to initialize the request
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Tue, 29 Apr 2008 07:54:37 +0000
(09:54 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 29 Apr 2008 12:48:55 +0000
(14:48 +0200)
Any path needs to call it to initialize the request.
This is a preparation for large command support, which needs to
initialize the request in a proper way (that is, just doing a memset()
will not work).
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found