]> www.infradead.org Git - nvme.git/commit
Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"
authorBenjamin Coddington <bcodding@redhat.com>
Tue, 27 Jun 2023 18:31:49 +0000 (14:31 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 29 Jun 2023 18:25:35 +0000 (14:25 -0400)
commit5b4a82a0724af1dfd1320826e0266117b6a57fbd
tree662f7824eaf5bddd70aadb8d8ec6c653502806e5
parente901f17b0742e36c9d79885a912b666cc1deb210
Revert "NFSv4: Retry LOCK on OLD_STATEID during delegation return"

Olga Kornievskaia reports that this patch breaks NFSv4.0 state recovery.
It also introduces additional complexity in the error paths for cases not
related to the original problem.  Let's revert it for now, and address the
original problem in another manner.

This reverts commit f5ea16137a3fa2858620dc9084466491c128535f.

Fixes: f5ea16137a3f ("NFSv4: Retry LOCK on OLD_STATEID during delegation return")
Reported-by: Kornievskaia, Olga <Olga.Kornievskaia@netapp.com>
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4proc.c