[PATCH] Remove ->waiting member from struct request
authorJens Axboe <axboe@kernel.dk>
Sat, 30 Sep 2006 18:29:12 +0000 (20:29 +0200)
committerJens 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