]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/target/target_core_base.h
target: add SAM_STAT_BUSY sense reason
[linux.git] / include / target / target_core_base.h
index 2c8d8115469dce4c2fc92bbf2ee91a1e0bccae5f..00482f903decba073d5837af821bd5d724a8b3d0 100644 (file)
@@ -183,6 +183,7 @@ enum tcm_sense_reason_table {
        TCM_TOO_MANY_SEGMENT_DESCS              = R(0x1b),
        TCM_UNSUPPORTED_SEGMENT_DESC_TYPE_CODE  = R(0x1c),
        TCM_INSUFFICIENT_REGISTRATION_RESOURCES = R(0x1d),
+       TCM_LUN_BUSY                            = R(0x1e),
 #undef R
 };