From d42f56348b97fa01e99b9306ab41325728fe7863 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 12 Sep 2002 01:41:36 -0700 Subject: [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. --- include/linux/nfsd/export.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux') 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; -- cgit v1.2.3