I've tested it (eventually, hit https://github.com/torvalds/linux/commit/467d12f5c7842896d2de3ced74e4147ee29e97c8 while trying to build it), it doesn't help, since my program wasn't failing from attempting to use O_NOATIME. The following patch fixed the -ENOENT on file create for me. I also applied the fix to symlink. Potentially it could happen to mknod and other calls that create a new directory entry, which couldn't be simply fixed by altering the open file, but I've not encountered issues there. On Sat, 9 May 2020 at 15:05, Christian Schoenebeck