2022-04-15 21:30:24

by Linus Torvalds

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

On Wed, Apr 13, 2022 at 8:57 PM NeilBrown <[email protected]> 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