diff options
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r-- | fs/nfsd/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index 067e2e612e2d..c0fcb7ab7f6d 100644 --- a/fs/nfsd/export.c +++ b/fs/nfsd/export.c | |||
@@ -1593,7 +1593,7 @@ exp_addclient(struct nfsctl_client *ncp) | |||
1593 | /* Insert client into hashtable. */ | 1593 | /* Insert client into hashtable. */ |
1594 | for (i = 0; i < ncp->cl_naddr; i++) { | 1594 | for (i = 0; i < ncp->cl_naddr; i++) { |
1595 | ipv6_addr_set_v4mapped(ncp->cl_addrlist[i].s_addr, &addr6); | 1595 | ipv6_addr_set_v4mapped(ncp->cl_addrlist[i].s_addr, &addr6); |
1596 | auth_unix_add_addr(&addr6, dom); | 1596 | auth_unix_add_addr(&init_net, &addr6, dom); |
1597 | } | 1597 | } |
1598 | auth_unix_forget_old(dom); | 1598 | auth_unix_forget_old(dom); |
1599 | auth_domain_put(dom); | 1599 | auth_domain_put(dom); |