diff options
author | Andy Grover <agrover@redhat.com> | 2012-01-17 04:57:06 +0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-02-26 02:37:46 +0400 |
commit | cd0c72c16ebf604db5e8c97d287bc79d66281e32 (patch) | |
tree | 308371069ea2841b0b7958c44da6e45bc6ee9016 /include/scsi | |
parent | d0f474e501929acdbd116cca39ef083012f70f25 (diff) | |
download | linux-cd0c72c16ebf604db5e8c97d287bc79d66281e32.tar.xz |
scsi: update scsi.h with SYNCHRONIZE_CACHE_16
It's in SBC-3.
Signed-off-by: Andy Grover <agrover@redhat.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
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 8001ae4cd7ba..f34a5a87af38 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h @@ -143,6 +143,7 @@ struct scsi_cmnd; #define READ_ATTRIBUTE 0x8c #define WRITE_ATTRIBUTE 0x8d #define VERIFY_16 0x8f +#define SYNCHRONIZE_CACHE_16 0x91 #define WRITE_SAME_16 0x93 #define SERVICE_ACTION_IN 0x9e /* values for service action in */ |