From: Jens Axboe Date: Thu, 10 Aug 2006 06:59:11 +0000 (+0200) Subject: [PATCH] Remove struct request_list from struct request X-Git-Tag: v2.6.19-rc1~640^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49171e5c6f414d49a061b5c1c84967c2eb569822;p=pandora-kernel.git [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 --- Reading git-diff-tree failed