Re: [PATCH] nvme: target: use struct_size() in kmalloc()

From: Christoph Hellwig
Date: Tue May 21 2019 - 02:56:39 EST


Looks ok to me, although for a fixed size argument the whole overflow
detection thing in struct_size() is rather pointless..