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

From: David Howells
Date: Fri Mar 20 2020 - 04:20:32 EST


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.

David