Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147053
b: refs/heads/master
c: ac36552
h: refs/heads/master
i:
  147051: 2aa349e
v: v3
  • Loading branch information
Boaz Harrosh authored and Jens Axboe committed May 19, 2009
1 parent 3a36ecb commit 5909d1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53674ac5a997a8eedbb2dfdc308b895170746c8b
refs/heads/master: ac36552a52a6ec8563ac0a109e2a0935673f4abb
2 changes: 0 additions & 2 deletions trunk/drivers/scsi/scsi_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,6 @@ EXPORT_SYMBOL(scsi_release_buffers);
void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes)
{
int result = cmd->result;
int this_count;
struct request_queue *q = cmd->device->request_queue;
struct request *req = cmd->request;
int error = 0;
Expand Down Expand Up @@ -789,7 +788,6 @@ void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes)
*/
if (scsi_end_request(cmd, error, good_bytes, result == 0) == NULL)
return;
this_count = blk_rq_bytes(req);

error = -EIO;

Expand Down

0 comments on commit 5909d1b

Please sign in to comment.