]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFS: Initialise verifiers for visible dentries in nfs_atomic_open()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 19 Nov 2025 13:39:50 +0000 (08:39 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 19 Nov 2025 13:46:21 +0000 (08:46 -0500)
commit518c32a1bc4f8df1a8442ee8cdfea3e2fcff20a0
treeaa4ef50511e515eb830df944277b5fa96c67f8b0
parent9bd545539b233725a3416801f7c374bff0327d6e
NFS: Initialise verifiers for visible dentries in nfs_atomic_open()

Ensure that the verifiers are initialised before calling
d_splice_alias() in nfs_atomic_open().

Reported-by: Michael Stoler <michael.stoler@vastdata.com>
Fixes: 809fd143de88 ("NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENT")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/dir.c