]> git.baikalelectronics.ru Git - kernel.git/commit
scsi_lib: remove unused variable
authorBoaz Harrosh <bharrosh@panasas.com>
Tue, 19 May 2009 17:54:09 +0000 (19:54 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 19 May 2009 17:54:09 +0000 (19:54 +0200)
commit6dac3b8fbe344f6390d74d53edbc5af86db0d116
tree44e6801df41b1faf4cea903eeb8f6326315ee3e1
parentf79f4ac9246dc783b43f1115d9a52f1e54afa555
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 <bharrosh@panasas.com>
Acked-by: Tejun Heo <tj@kernel.org>
Acked-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/scsi/scsi_lib.c