mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
sed-opal: add RangeStartRangeLengthPolicy parameter.
As desribed in ch. 3.1.1.1.1.2 of TCG Storage Opal SSC Feature Set: Single User Mode document. To be used later in Reactivate method implementation and in function for retrieving SUM device status. Signed-off-by: Ondrej Kozina <okozina@redhat.com> Reviewed-and-tested-by: Milan Broz <gmazyland@gmail.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
b26f29b669
commit
a184058fb4
|
|
@ -225,6 +225,7 @@ enum opal_lockingstate {
|
|||
|
||||
enum opal_parameter {
|
||||
OPAL_SUM_SET_LIST = 0x060000,
|
||||
OPAL_SUM_RANGE_POLICY = 0x060001,
|
||||
};
|
||||
|
||||
enum opal_revertlsp {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user