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:
9934c8c
)
block: let blk_end_request_all handle bidi requests
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Mon, 11 May 2009 08:56:07 +0000
(17:56 +0900)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 11 May 2009 09:06:47 +0000
(11:06 +0200)
blk_end_request_all() and __blk_end_request_all() should finish all
bytes including bidi, by definition. That's what all bidi users need ,
bidi requests must be complete as a whole (partial completion is
impossible).
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found