diff options
author | Bryant G. Ly <bryantly@linux.vnet.ibm.com> | 2017-04-18 22:10:05 +0300 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2017-05-02 08:21:40 +0300 |
commit | c2d26f18dcbc84799457852292c66967ff6626f1 (patch) | |
tree | d4e918ab86dacd99d9abbe7a5289562a56c9cda0 /include/scsi | |
parent | 38d454f0b5fab60d76eed5dcdfc7823d43d087ab (diff) | |
download | linux-c2d26f18dcbc84799457852292c66967ff6626f1.tar.xz |
target: Add WRITE_VERIFY_16
This patch addresses clients who needs write_verify_16 for
large volume groups such as AIX.
Signed-off-by: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_proto.h b/include/scsi/scsi_proto.h index 6ba66e01f6df..ce78ec8e367d 100644 --- a/include/scsi/scsi_proto.h +++ b/include/scsi/scsi_proto.h @@ -112,6 +112,7 @@ #define WRITE_16 0x8a #define READ_ATTRIBUTE 0x8c #define WRITE_ATTRIBUTE 0x8d +#define WRITE_VERIFY_16 0x8e #define VERIFY_16 0x8f #define SYNCHRONIZE_CACHE_16 0x91 #define WRITE_SAME_16 0x93 |