diff options
author | Trond Myklebust <[email protected]> | 2023-07-18 08:38:37 -0400 |
---|---|---|
committer | Chuck Lever <[email protected]> | 2023-07-18 11:34:09 -0400 |
commit | f75546f58a70da5cfdcec5a45ffc377885ccbee8 (patch) | |
tree | a07a7c7caba1dd45eeae858649fdb8ff37074074 /scripts/generate_rust_analyzer.py | |
parent | d7dbed457c2ef83709a2a2723a2d58de43623449 (diff) |
nfsd: Remove incorrect check in nfsd4_validate_stateid
If the client is calling TEST_STATEID, then it is because some event
occurred that requires it to check all the stateids for validity and
call FREE_STATEID on the ones that have been revoked. In this case,
either the stateid exists in the list of stateids associated with that
nfs4_client, in which case it should be tested, or it does not. There
are no additional conditions to be considered.
Reported-by: "Frank Ch. Eigler" <[email protected]>
Fixes: 7df302f75ee2 ("NFSD: TEST_STATEID should not return NFS4ERR_STALE_STATEID")
Cc: [email protected] # v5.7+
Signed-off-by: Trond Myklebust <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions