diff options
author | Benny Halevy <bhalevy@panasas.com> | 2008-06-10 05:59:07 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-06-23 13:02:48 -0400 |
commit | a5e561fee651eb03086ca21e9aa78e1fffa4581a (patch) | |
tree | f7d0c3be1cc223490b35a6357e9f6ea4675a8a74 /include/linux/nfsd/state.h | |
parent | 7c11337d9d81cde0a08a0da63cbfb20653890fa1 (diff) |
nfsd: eliminate unused nfs4_callback.cb_program
The cb_program member of struct nfs4_callback 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/linux/nfsd/state.h')
-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 db348f749376..06e9686d9dea 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_program cb_program; | ||
102 | struct rpc_stat cb_stat; | 101 | struct rpc_stat cb_stat; |
103 | struct rpc_clnt * cb_client; | 102 | struct rpc_clnt * cb_client; |
104 | }; | 103 | }; |