On Sun, Jan 23, 2022 at 05:43:57PM +0100, Florian Larysch wrote:
The LBA Format Data structure is dword-sized, but struct nvme_lba_format erroneously contains an additional member, misaligning all LBAF descriptors after the first and causing them to be misinterpreted. Remove it.
Thanks. I committed this change.
-Kevin