Eric Biggers <[email protected]> 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 <[email protected]> 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