X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Finclude%2Fscsi%2Fscsi_device.h;fp=kernel%2Finclude%2Fscsi%2Fscsi_device.h;h=4f6ba34cdee6072794d02cc112e03164aceb65a6;hb=52f993b8e89487ec9ee15a7fb4979e0f09a45b27;hp=fe89d7cd67b9d3cfdcacddc6e17bb9366de38c0f;hpb=c189ccac5702322ed843fe17057035b7222a59b6;p=kvmfornfv.git diff --git a/kernel/include/scsi/scsi_device.h b/kernel/include/scsi/scsi_device.h index fe89d7cd6..4f6ba34cd 100644 --- a/kernel/include/scsi/scsi_device.h +++ b/kernel/include/scsi/scsi_device.h @@ -239,6 +239,7 @@ scmd_printk(const char *, const struct scsi_cmnd *, const char *, ...); enum scsi_target_state { STARGET_CREATED = 1, STARGET_RUNNING, + STARGET_REMOVE, STARGET_DEL, };