summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2002-09-12 01:41:36 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2002-09-12 01:41:36 -0700
commitd42f56348b97fa01e99b9306ab41325728fe7863 (patch)
tree1a7a06b38556323be878a47d16eeda83b32929a8 /include
parent5488bb08136c174e7720a377d535529780cf9407 (diff)
[PATCH] kNFSd 9: Discard cl_addr
We currently store the address list with each client and use it only to print out comments on /proc/fs/nfs/exports While these can be helpful, they are not critical and could be added back later after we restructure the exports table.
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfsd/export.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h
index 15da6ab2086e..654e97e5e875 100644
--- a/include/linux/nfsd/export.h
+++ b/include/linux/nfsd/export.h
@@ -51,8 +51,6 @@
struct svc_client {
struct svc_client * cl_next;
char cl_ident[NFSCLNT_IDMAX];
- int cl_naddr;
- struct in_addr cl_addr[NFSCLNT_ADDRMAX];
struct list_head cl_export[NFSCLNT_EXPMAX];
struct list_head cl_expfsid[NFSCLNT_EXPMAX];
struct list_head cl_list;