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:
a336ca6
)
swim3: dequeue in-flight request
author
Tejun Heo
<tj@kernel.org>
Fri, 8 May 2009 02:54:04 +0000
(11:54 +0900)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 11 May 2009 07:52:15 +0000
(09:52 +0200)
swim3 has at most single request in flight and already tracks it using
fd_req. Convert it to dequeuing model by updating request fetching
and wrapping completion function.
[ Impact: dequeue in-flight request ]
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found