nfsd: eliminate unused nfs4_callback.cb_stat
authorBenny Halevy <bhalevy@panasas.com>
Tue, 10 Jun 2008 10:39:43 +0000 (13:39 +0300)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Mon, 23 Jun 2008 17:02:48 +0000 (13:02 -0400)
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>
include/linux/nfsd/state.h

index 06e9686..d0fe2e3 100644 (file)
@@ -98,7 +98,6 @@ struct nfs4_callback {
        u32                     cb_ident;
        /* RPC client info */
        atomic_t                cb_set;     /* successful CB_NULL call */
-       struct rpc_stat         cb_stat;
        struct rpc_clnt *       cb_client;
 };