Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Benny Halevy and committed by
J. Bruce Fields
0d169ca1 a5e561fe

-1
-1
include/linux/nfsd/state.h
··· 98 98 u32 cb_ident; 99 99 /* RPC client info */ 100 100 atomic_t cb_set; /* successful CB_NULL call */ 101 - struct rpc_stat cb_stat; 102 101 struct rpc_clnt * cb_client; 103 102 }; 104 103