From: Jens Axboe Date: Tue, 24 Jul 2007 07:28:11 +0000 (+0200) Subject: [BLOCK] Get rid of request_queue_t typedef X-Git-Tag: v2.6.23-rc2~298^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165125e1e480f9510a5ffcfbfee4e3ee38c05f23;p=pandora-kernel.git [BLOCK] Get rid of request_queue_t typedef Some of the code has been gradually transitioned to using the proper struct request_queue, but there's lots left. So do a full sweet of the kernel and get rid of this typedef and replace its uses with the proper type. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed