[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)
commit49171e5c6f414d49a061b5c1c84967c2eb569822
tree95da6dad18f9bfe10367db86e740b8842f60a686
parentc00895ab2f08df7044e58ee01c38bf0a661ea0eb
[PATCH] Remove struct request_list from struct request

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>
block/ll_rw_blk.c
include/linux/blkdev.h