From: FUJITA Tomonori Date: Tue, 29 Apr 2008 07:54:37 +0000 (+0200) Subject: block: use blk_rq_init() to initialize the request X-Git-Tag: v2.6.26-rc1~372^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f54eec8311c3325888c29ce8e4496daf4dbe624;p=pandora-kernel.git block: use blk_rq_init() to initialize the request Any path needs to call it to initialize the request. This is a preparation for large command support, which needs to initialize the request in a proper way (that is, just doing a memset() will not work). Signed-off-by: FUJITA Tomonori Cc: Jens Axboe Signed-off-by: Jens Axboe --- Reading git-diff-tree failed