Re: [PATCH] key: Convert big_key payload.data to struct

From: David Howells
Date: Tue May 09 2017 - 03:24:25 EST


Eric Biggers <ebiggers3@xxxxxxxxx> wrote:

> It probably would be easier to kmalloc() this struct and store a pointer to
> it in key->payload.data[0]

Yeah, but it's a waste of resources if you don't have to do it.

David