Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs4: remove state only after successful disposal
Motivation: When client disposes client state, for example open state on close, then some child states might fail to release resources and force a client to retry the request. However, if state is not associated with the NFSClient, then retry will fail with BAD_STATETID. Modification: Remove state only after successful disposal. Result: Fix BAD_STATETID error on in case of nested states (delegation, lock, layout) Acked-by: Paul Millar Target: master, 0.24, 0.23
- Loading branch information