Re: [RFC] regset ->get() API
From: Linus Torvalds
Date: Thu Feb 20 2020 - 18:32:18 EST
On Thu, Feb 20, 2020 at 3:29 PM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>
> We do know that caller does not want more than the value it has passed in
> 'size' argument, though.
Ok, fair enough. That's probably a good way to handle the "allocate in
the caller".
So then I have no issues with that approach.
Linus