From: "J. Bruce Fields" <bfields@xxxxxxxxxx> This is some miscellaneous cleanup of NFSv4 state code that I ran into while working on another project. I think it's all pretty routine. The only behavior difference should be changing the error returned in some situations where there are multiple reasons an operation could fail; none look like a problem to me. --b. J. Bruce Fields (8): nfsd4: simplify process_lookup1 nfsd: simplify process_lock nfsd: simplify nfsd_renew nfsd: refactor lookup_clientid nfsd: find_cpntf_state cleanup nfsd: remove unused set_clientid argument nfsd: simplify nfsd4_check_open_reclaim nfsd: cstate->session->se_client -> cstate->clp fs/nfsd/nfs4proc.c | 8 ++- fs/nfsd/nfs4state.c | 125 ++++++++++++++++++-------------------------- fs/nfsd/state.h | 3 +- 3 files changed, 56 insertions(+), 80 deletions(-) -- 2.29.2