On 10/26/22 16:19, Mike Christie wrote:
Is my understanding correct that keys[] is treated as opaque data by the kernel? If so, is it necessary to convert the persistent reservation keys from big endian to CPU endianness? Some SCSI stacks keep reservation keys as __be64 format.+struct pr_keys { + u32 generation; + u32 num_keys; + u64 keys[]; +};
Thanks, Bart.