summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenny Halevy2008-06-10 11:59:07 +0200
committerJ. Bruce Fields2008-06-23 19:02:48 +0200
commita5e561fee651eb03086ca21e9aa78e1fffa4581a (patch)
treef7d0c3be1cc223490b35a6357e9f6ea4675a8a74
parentnfsd: remove three unused NFS4_ACE_* defines (diff)
downloadkernel-qcow2-linux-a5e561fee651eb03086ca21e9aa78e1fffa4581a.tar.gz
kernel-qcow2-linux-a5e561fee651eb03086ca21e9aa78e1fffa4581a.tar.xz
kernel-qcow2-linux-a5e561fee651eb03086ca21e9aa78e1fffa4581a.zip
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>
-rw-r--r--include/linux/nfsd/state.h1
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 {
u32 cb_ident;
/* RPC client info */
atomic_t cb_set; /* successful CB_NULL call */
- struct rpc_program cb_program;
struct rpc_stat cb_stat;
struct rpc_clnt * cb_client;
};