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:
8a8e674
)
[PATCH] Remove ->waiting member from struct request
author
Jens Axboe
<axboe@kernel.dk>
Sat, 30 Sep 2006 18:29:12 +0000
(20:29 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Sat, 30 Sep 2006 18:29:12 +0000
(20:29 +0200)
As the comments indicates in blkdev.h, we can fold it into ->end_io_data
usage as that is really what ->waiting is. Fixup the users of
blk_end_sync_rq().
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found