]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFSv4: nfs_atomic_open() can race when looking up a non-regular file
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 6 Jan 2022 23:24:03 +0000 (18:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Feb 2022 17:23:09 +0000 (18:23 +0100)
commit07a970dd3a176a5f4a123281dfbf14fc8035ade0
treebd19c46258ae892636c001c4ef649031e32b6235
parentb00b4c6faad0f21e443fb1584f7a8ea222beb0de
NFSv4: nfs_atomic_open() can race when looking up a non-regular file

commit 1751fc1db36f6f411709e143d5393f92d12137a9 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/dir.c