diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2005-03-09 16:45:45 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-09 16:45:45 -0800 |
| commit | 2eeb8d7bb2cf35baf87556a9d1d4b32795f375d3 (patch) | |
| tree | 691cb7b2cb296cc9a48eb193748dcaaa6af7d468 /include | |
| parent | ecaf29442794c10bfc05f14b50d0572b7401839c (diff) | |
[PATCH] nfsd4: reclaim cleanup
Remove unnecessary fields in the nfs4_client_reclaim structure. Initialize
reclaim_str_hashtbl_size and increment it inside of nfs4_client_to_reclaim.
Modify client_to_reclaim() in preparation for reboot recovery.
Signed-off-by: Andy Adamson <andros@citi.umich.edu>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nfsd/state.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index d08cf66f244a..91fd6a8f7c8a 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h @@ -141,7 +141,6 @@ struct nfs4_client { clientid_t cl_clientid; /* generated by server */ nfs4_verifier cl_confirm; /* generated by server */ struct nfs4_callback cl_callback; /* callback info */ - time_t cl_first_state; /* first state aquisition*/ atomic_t cl_count; /* ref count */ }; @@ -153,8 +152,6 @@ struct nfs4_client { struct nfs4_client_reclaim { struct list_head cr_strhash; /* hash by cr_name */ struct xdr_netobj cr_name; /* id generated by client */ - time_t cr_first_state; /* first state aquisition */ - u32 cr_expired; /* boolean: lease expired? */ }; static inline void |
