Re: [PATCH resend] VFS: filename_create(): fix incorrect intent.

From: Linus Torvalds
Date: Thu Apr 14 2022 - 19:02:36 EST


On Wed, Apr 13, 2022 at 8:57 PM NeilBrown <neilb@xxxxxxx> wrote:
>
> So only set LOOKUP_CREATE|LOOKUP_EXCL if there really is an intent
> to create, and use the absence of these flags to decide if -ENOENT
> should be returned.

Applied.

Linus