|
@@ -859,6 +859,7 @@ void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes)
|
|
case 0x07: /* operation in progress */
|
|
case 0x07: /* operation in progress */
|
|
case 0x08: /* Long write in progress */
|
|
case 0x08: /* Long write in progress */
|
|
case 0x09: /* self test in progress */
|
|
case 0x09: /* self test in progress */
|
|
|
|
+ case 0x14: /* space allocation in progress */
|
|
action = ACTION_DELAYED_RETRY;
|
|
action = ACTION_DELAYED_RETRY;
|
|
break;
|
|
break;
|
|
default:
|
|
default:
|