Commit 9c75479d authored by Neil Brown's avatar Neil Brown Committed by David S. Miller

[PATCH] kNFSd 7: Discard cl_idlen

It is never used
parent 979836d4
......@@ -734,7 +734,6 @@ exp_addclient(struct nfsctl_client *ncp)
dprintk("created client %s (%p)\n", ncp->cl_ident, clp);
strcpy(clp->cl_ident, ncp->cl_ident);
clp->cl_idlen = ilen;
}
/* Allocate hash buckets */
......
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment