diff --git a/[refs] b/[refs] index 19aa12b5d20d..af0e6edbf6d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 01dfc7fc56f4b7ec0e5344ab44fcf673ebfbf7fa +refs/heads/master: 69bdd88ca2670c321fef774e77059516f836c6f2 diff --git a/trunk/drivers/scsi/sd.c b/trunk/drivers/scsi/sd.c index 98bd3aab9739..638cff41d436 100644 --- a/trunk/drivers/scsi/sd.c +++ b/trunk/drivers/scsi/sd.c @@ -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) {