]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r345992, r346087
authorrmacklem <rmacklem@FreeBSD.org>
Sun, 21 Apr 2019 00:41:06 +0000 (00:41 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Sun, 21 Apr 2019 00:41:06 +0000 (00:41 +0000)
commit1f07eca5d167ad4de3bcbe4504f971da18da1cfa
tree45c8aab156e0d50ed30d0d037a075b2b9331d8e8
parent3a574625276bc0f80b832469309e554681180921
MFC: r345992, r346087
Add INET6 support for the upcalls to the nfsuserd daemon.

The kernel code uses UDP to do upcalls to the nfsuserd(8) daemon to get
updates to the username<->uid and groupname<->gid mappings.
A change to AF_LOCAL last year had to be reverted, since it could result
in vnode locking issues on the AF_LOCAL socket.
This patch adds INET6 support and the required #ifdef INET and INET6
to the code.
sys/fs/nfs/nfs.h
sys/fs/nfs/nfs_commonport.c
sys/fs/nfs/nfs_commonsubs.c
sys/fs/nfs/nfs_var.h
sys/modules/nfscommon/Makefile