From: Boaz Harrosh Date: Tue, 19 May 2009 17:54:09 +0000 (+0200) Subject: scsi_lib: remove unused variable X-Git-Tag: v2.6.31-rc1~389^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac36552a52a6ec8563ac0a109e2a0935673f4abb;p=pandora-kernel.git scsi_lib: remove unused variable The last request completion cleanup in scsi_lib left an unused this_count variable in scsi_io_completion(). (It was used before in a code segment that now uses blk_end_request_all()) Signed-off-by: Boaz Harrosh Acked-by: Tejun Heo Acked-by: FUJITA Tomonori Signed-off-by: Jens Axboe --- Reading git-diff-tree failed