]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: sd: Remove superfluous residual assignments
authorBart Van Assche <bvanassche@acm.org>
Fri, 8 Feb 2019 21:25:02 +0000 (13:25 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 12 Feb 2019 16:13:41 +0000 (11:13 -0500)
commit80f82c169b68b2dcd5adfc4625edd93a2ab954cf
treeccec8510bc625843a4a16544df465fb693bfb644
parent229531be6918906e92da5647c755ee8205fc1d7f
scsi: sd: Remove superfluous residual assignments

Since commit 26e85fcd15f6 ("[SCSI] sd: Permit merged discard requests";
kernel v3.10) sd_done() sets the residual not only for failed special
requests but also for special requests that succeeded. Hence remove the
code from functions called by sd_init_command() that sets the residual.
This patch does not change any functionality.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sd.c