]> Git Repo - linux.git/commit
NFS: Fix attribute delegation behaviour on exclusive create
authorTrond Myklebust <[email protected]>
Wed, 23 Oct 2024 13:35:43 +0000 (09:35 -0400)
committerAnna Schumaker <[email protected]>
Mon, 4 Nov 2024 15:24:19 +0000 (10:24 -0500)
commitd054c5eb2890633935c23c371f45fb2d6b3b4b64
treeb621387e837ee488cca014dc024d51d599bead74
parentdc270d7159699ad6d11decadfce9633f0f71c1db
NFS: Fix attribute delegation behaviour on exclusive create

When the client does an exclusive create and the server decides to store
the verifier in the timestamps, a SETATTR is subsequently sent to fix up
those timestamps. When that is the case, suppress the exceptions for
attribute delegations in nfs4_bitmap_copy_adjust().

Fixes: 32215c1f893a ("NFSv4: Don't request atime/mtime/size if they are delegated to us")
Signed-off-by: Trond Myklebust <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
fs/nfs/nfs4proc.c
This page took 0.049302 seconds and 4 git commands to generate.