diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2005-01-04 05:48:08 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-04 05:48:08 -0800 |
| commit | fb6f151075c112daf30a2dcccd91999bff5dd034 (patch) | |
| tree | 01106d83fab5f2b2e19a40b9c2983f04dafa3dac /include | |
| parent | a733375f250c756d166c92c922cf0c1dab23122c (diff) | |
[PATCH] knfsd: check the callback netid in gen_callback.
since we only support tcp, don't save the netinfo.
Signed-off-by: Andy Adamson <andros@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -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 5e6c2ab760fd..c20635cc99a3 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h @@ -75,7 +75,6 @@ struct nfs4_callback { unsigned short cb_port; u32 cb_prog; u32 cb_ident; - struct xdr_netobj cb_netid; /* RPC client info */ u32 cb_set; /* successful CB_NULL call */ struct rpc_program cb_program; |
