Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53657
b: refs/heads/master
c: 3721050
h: refs/heads/master
i:
  53655: 47d90e5
v: v3
  • Loading branch information
Tejun Heo authored and James Bottomley committed Mar 20, 2007
1 parent 586b676 commit fbb3b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: ad8c31bb69d60c0c6bc6431bccdf67e5a96c0d31
refs/heads/master: 3721050afc6cb6ddf6de0f782e2054ebcc225e9b
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,9 @@ static int sd_sync_cache(struct scsi_disk *sdkp)
sd_print_sense_hdr(sdkp, &sshdr);
}

return res;
if (res)
return -EIO;
return 0;
}

static int sd_issue_flush(struct device *dev, sector_t *error_sector)
Expand Down

0 comments on commit fbb3b9d

Please sign in to comment.