]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita3563485d10bed49812c1bd780a2ee48e763399b
tree95da6dad18f9bfe10367db86e740b8842f60a686
parent813165c5977378fbfd4cd49355d4e71aee060cc1
[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