From: FUJITA Tomonori Date: Tue, 29 Apr 2008 07:54:38 +0000 (+0200) Subject: ide: use blk_rq_init() to initialize the request X-Git-Tag: v2.6.26-rc1~372^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b241a7715d2a0885f779f5baa63711d71b1d75;p=pandora-kernel.git ide: use blk_rq_init() to initialize the request This converts ide to use blk_rq_init 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 Cc: Bartlomiej Zolnierkiewicz Signed-off-by: Jens Axboe --- Reading git-diff-tree failed