[SCSI] return ENOSPC on thin provisioning failure
[deliverable/linux.git] / include / scsi / scsi.h
index e4cd3e97553884180fb934f1230f56886c312f56..d0387d84dd6839f99bc91bf614db60c61902cf6c 100644 (file)
@@ -457,6 +457,7 @@ static inline int scsi_is_wlun(unsigned int lun)
                                 * other paths */
 #define DID_NEXUS_FAILURE 0x11  /* Permanent nexus failure, retry on other
                                 * paths might yield different results */
+#define DID_ALLOC_FAILURE 0x12  /* Space allocation on the device failed */
 #define DRIVER_OK       0x00   /* Driver status                           */
 
 /*
This page took 0.025289 seconds and 5 git commands to generate.