Re: [PATCH v3 10/14] vfs: move O_IS_MKDIR check from lookup_open() into individual filesystems
From: Christian Brauner
Date: Tue Jul 07 2026 - 06:57:37 EST
> Individual filesystems that implement ->atomic_open() need to get the
> chance to implement O_CREAT|O_DIRECTORY or not, rather than decide
> this at the VFS level in lookup_open().
>
> Signed-off-by: Jori Koolstra <jkoolstra@xxxxxxxxx>
I assume they all reject O_EXCL without O_CREAT?
Otherwise I have similar concerns as mentioned in the previous mail.
--
Christian Brauner <brauner@xxxxxxxxxx>