diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index e4cd3e975538..d0387d84dd68 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h | |||
@@ -457,6 +457,7 @@ static inline int scsi_is_wlun(unsigned int lun) | |||
457 | * other paths */ | 457 | * other paths */ |
458 | #define DID_NEXUS_FAILURE 0x11 /* Permanent nexus failure, retry on other | 458 | #define DID_NEXUS_FAILURE 0x11 /* Permanent nexus failure, retry on other |
459 | * paths might yield different results */ | 459 | * paths might yield different results */ |
460 | #define DID_ALLOC_FAILURE 0x12 /* Space allocation on the device failed */ | ||
460 | #define DRIVER_OK 0x00 /* Driver status */ | 461 | #define DRIVER_OK 0x00 /* Driver status */ |
461 | 462 | ||
462 | /* | 463 | /* |