commit | 49171e5c6f414d49a061b5c1c84967c2eb569822 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu Aug 10 08:59:11 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Sat Sep 30 20:29:22 2006 +0200 |
tree | 95da6dad18f9bfe10367db86e740b8842f60a686 | |
parent | c00895ab2f08df7044e58ee01c38bf0a661ea0eb [diff] |
[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>