Eric Biggers <ebigge...@gmail.com> 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
Eric Biggers <ebigge...@gmail.com> 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