From: FUJITA Tomonori Date: Tue, 29 Apr 2008 07:54:36 +0000 (+0200) Subject: block: rename and export rq_init() X-Git-Tag: v2.6.26-rc1~372^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a4aa30c5f967eb6ae874c67fa6fceeee84815f9;p=pandora-kernel.git block: rename and export rq_init() This rename rq_init() blk_rq_init() and export it. Any path that hands the request to the block layer 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