Added new 1130* test file for PGR simple reserve testing.

Added infrastructure to support reading, setting, and
clearing reservations.
This commit is contained in:
Lee Duncan
2012-12-22 13:50:55 -08:00
parent cc4969d167
commit 474cec5556
8 changed files with 525 additions and 207 deletions

View File

@@ -725,6 +725,11 @@ struct scsi_persistent_reserve_in_read_keys {
struct scsi_persistent_reserve_in_read_reservation {
uint32_t prgeneration;
uint32_t additional_length;
int reserved;
uint64_t reservation_key;
unsigned char pr_type;
};
struct scsi_persistent_reserve_in_report_capabilities {