diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-09-12 01:41:04 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-09-12 01:41:04 -0700 |
| commit | 9c75479de1ed68f63d5f2ec0336a875e3b52287c (patch) | |
| tree | b5eb9e2fd6d4bcbbf6f4816858f6993e1c836ebf /include | |
| parent | 979836d401a4cd6db12bb504aa17e84461b504d6 (diff) | |
[PATCH] kNFSd 7: Discard cl_idlen
It is never used
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nfsd/export.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h index df5990ab1778..134960a055fd 100644 --- a/include/linux/nfsd/export.h +++ b/include/linux/nfsd/export.h @@ -51,7 +51,6 @@ struct svc_client { struct svc_client * cl_next; char cl_ident[NFSCLNT_IDMAX]; - int cl_idlen; int cl_naddr; struct in_addr cl_addr[NFSCLNT_ADDRMAX]; struct list_head cl_export[NFSCLNT_EXPMAX]; |
