struct nvme_sgl_desc {
ÂÂÂÂÂ __le64ÂÂÂ addr;
-ÂÂÂ __le32ÂÂÂ length;
+ÂÂÂ __le64ÂÂÂ length;
ÂÂÂÂÂ __u8ÂÂÂ rsvd[3];
ÂÂÂÂÂ __u8ÂÂÂ type;
 };
Isn't this a device or protocol defined datastructure? You can't just
change it like this.
You're correct, we can't...
[Replied before seeing this issue was already highlighted]
The positive side is that it can safely be removed without affecting the
rest of the patch...