Re: [PATCH] nfs: fix ENXIO on O_CREAT open of existing symlink over NFSv3
Michael Nemanov <michael.nemanov-8Du6NiZp2BlWk0Htik3J/[email protected]>
| Newsgroups | gmane.linux.nfs |
|---|---|
| Message-ID | <[email protected]> |
On 14/06/2026 15:29, Michael Nemanov wrote: > When open(2) is called with O_CREAT on a path that already exists as a > symlink, over an NFSv3 mount with a cold dcache, the kernel returns > ENXIO instead of following the symlink to its target. > ... Trying again