On Jul 10, 2026 Jori Koolstra <[email protected]> wrote: > > The comments above atomic_open() contain several errors: > > - atomic_open() does not return 0 if successful > - @path is not updated > > Fix those and be more explicit about when FMODE_OPENED and FMODE_CREATED > are set. Change to a full kerneldoc. > > Signed-off-by: Jori Koolstra <[email protected]> > --- > fs/namei.c | 32 ++++++++++++++++++++------------ > 1 file changed, 20 insertions(+), 12 deletions(-)
Reviewed-by: Paul Moore <[email protected]> -- paul-moore.com

