diff options
author | Benny Halevy <bhalevy@panasas.com> | 2008-06-10 06:39:43 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-06-23 13:02:48 -0400 |
commit | 0d169ca136357d51a65d686f3c84866a8ba20ae9 (patch) | |
tree | 5144938c22c32a82c517c2922b5772e98c145e95 /include | |
parent | a5e561fee651eb03086ca21e9aa78e1fffa4581a (diff) |
nfsd: eliminate unused nfs4_callback.cb_stat
The cb_stat member of struct nfs4_callback is unused
since commit ff7d9756 nfsd: use static memory for callback program and stats
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfsd/state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index 06e9686d9dea..d0fe2e378452 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h | |||
@@ -98,7 +98,6 @@ struct nfs4_callback { | |||
98 | u32 cb_ident; | 98 | u32 cb_ident; |
99 | /* RPC client info */ | 99 | /* RPC client info */ |
100 | atomic_t cb_set; /* successful CB_NULL call */ | 100 | atomic_t cb_set; /* successful CB_NULL call */ |
101 | struct rpc_stat cb_stat; | ||
102 | struct rpc_clnt * cb_client; | 101 | struct rpc_clnt * cb_client; |
103 | }; | 102 | }; |
104 | 103 | ||