From: Jens Axboe Date: Tue, 29 Jan 2008 20:54:53 +0000 (+0100) Subject: xsysace: end request handling fix X-Git-Tag: v2.6.25-rc1~1161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf722598fcd51073974850ae026b44389430ecc;p=pandora-kernel.git xsysace: end request handling fix In ace_fsm_dostate(), the variable 'i' was used only for passing sector size of the request to end_that_request_first(). So I removed it and changed the code to pass the size in bytes directly to __blk_end_request() Signed-off-by: Jens Axboe --- Reading git-diff-tree failed