Re: [PATCH v2] nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()
From: cel
Date: Thu Feb 13 2025 - 09:24:35 EST
From: Chuck Lever <chuck.lever@xxxxxxxxxx>
On Thu, 13 Feb 2025 09:08:29 -0500, Jeff Layton wrote:
> The pynfs DELEG8 test fails when run against nfsd. It acquires a
> delegation and then lets the lease time out. It then tries to use the
> deleg stateid and expects to see NFS4ERR_DELEG_REVOKED, but it gets
> bad NFS4ERR_BAD_STATEID instead.
>
> When a delegation is revoked, it's initially marked with
> SC_STATUS_REVOKED, or SC_STATUS_ADMIN_REVOKED and later, it's marked
> with the SC_STATUS_FREEABLE flag, which denotes that it is waiting for
> s FREE_STATEID call.
>
> [...]
Applied to nfsd-testing, thanks!
[1/1] nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()
commit: 4581224dcd0f1a9cc7e1994de3ea451c7d080f47
--
Chuck Lever