->done can only be called for fs requests, so no need to check again here.

Signed-off-by: Christoph Hellwig <h...@lst.de>
---
 drivers/scsi/sd.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index c779986..bd2fb4d 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -1735,9 +1735,6 @@ static unsigned int sd_completed_bytes(struct scsi_cmnd 
*scmd)
        unsigned int transferred = scsi_bufflen(scmd) - scsi_get_resid(scmd);
        unsigned int good_bytes;
 
-       if (scmd->request->cmd_type != REQ_TYPE_FS)
-               return 0;
-
        info_valid = scsi_get_sense_info_fld(scmd->sense_buffer,
                                             SCSI_SENSE_BUFFERSIZE,
                                             &bad_lba);
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to