mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
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>
This commit is contained in:
parent
a5e561fee6
commit
0d169ca136
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user