Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35028
b: refs/heads/master
c: 69bdd88
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Reinecke authored and James Bottomley committed Sep 2, 2006
1 parent 99baa84 commit ed5d289
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 01dfc7fc56f4b7ec0e5344ab44fcf673ebfbf7fa
refs/heads/master: 69bdd88ca2670c321fef774e77059516f836c6f2
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ sd_read_capacity(struct scsi_disk *sdkp, char *diskname,
/* Either no media are present but the drive didn't tell us,
or they are present but the read capacity command fails */
/* sdkp->media_present = 0; -- not always correct */
sdkp->capacity = 0x200000; /* 1 GB - random */
sdkp->capacity = 0; /* unknown mapped to zero - as usual */

return;
} else if (the_result && longrc) {
Expand Down

0 comments on commit ed5d289

Please sign in to comment.