Re: [PATCH v5 1/2] KEYS: Don't write out to userspace while holding key semaphore

From: Waiman Long
Date: Fri Mar 20 2020 - 09:56:52 EST


On 3/20/20 4:20 AM, David Howells wrote:
> Waiman Long <longman@xxxxxxxxxx> wrote:
>
>> + if ((ret > 0) && (ret <= buflen)) {
> That's a bit excessive on the bracketage, btw, but don't worry about it unless
> you respin the patches.

Got it.

Thanks,
Longman