]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 13 Mar 2023 22:45:53 +0000 (18:45 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 10 Apr 2023 19:55:17 +0000 (15:55 -0400)
commit40882deb83c29d8df4470d4e5e7f137b6acf7ad1
tree040ff382247c6e257b45bf2dc27ec24d6aba594a
parent09a9639e56c01c7a00d6c0ca63f4c7c41abe075d
NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease

The spec requires that we always at least send a RECLAIM_COMPLETE when
we're done establishing the lease and recovering any state.

Fixes: fce5c838e133 ("nfs41: RECLAIM_COMPLETE functionality")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4state.c