Home
last modified time | relevance | path

Searched hist:"1751 fc1db36f6f411709e143d5393f92d12137a9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddir.cdiff 1751fc1db36f6f411709e143d5393f92d12137a9 Thu Jan 06 17:24:03 CST 2022 Trond Myklebust <trond.myklebust@hammerspace.com> NFSv4: nfs_atomic_open() can race when looking up a non-regular file

If the file type changes back to being a regular file on the server
between the failed OPEN and our LOOKUP, then we need to re-run the OPEN.

Fixes: 0dd2b474d0b6 ("nfs: implement i_op->atomic_open()")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>