Re: [PATCH] nvme: change nvme_passthru_cmd64's result field.

From: Charles Machalow
Date: Thu Oct 31 2019 - 11:39:18 EST


On Thu, Oct 31, 2019 at 6:59 AM Christoph Hellwig <hch@xxxxxx> wrote:
> You might like the idea, but it fundamentally is a bad idea. For example
> you completely break architectures that do not support unaligned loads
> and stores.

Would you also be against the idea of memcpy the u32 array into a u64 then
passing a pointer to that local variable lower?

- Charlie Scott Machalow