From: Jens Axboe Date: Fri, 8 Feb 2008 11:41:03 +0000 (+0100) Subject: block: fixup rq_init() a bit X-Git-Tag: v2.6.25-rc1~41^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a7138671c50a6f2c27bbd1a308dc75967062a3;p=pandora-kernel.git block: fixup rq_init() a bit Rearrange fields in cache order and initialize some fields that we didn't previously init. Remove init of ->completion_data, it's part of a union with ->hash. Luckily clearing the rb node is the same as setting it to null! Signed-off-by: Jens Axboe --- Reading git-diff-tree failed