[PATCH] Remove struct request_list from struct request
authorJens Axboe <axboe@suse.de>
Thu, 10 Aug 2006 06:59:11 +0000 (08:59 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:29:22 +0000 (20:29 +0200)
It is always identical to &q->rq, and we only use it for detecting
whether this request came out of our mempool or not. So replace it
with an additional ->flags bit flag.

Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found