]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r345992, r346087
authorRick Macklem <rmacklem@FreeBSD.org>
Sat, 20 Apr 2019 23:46:06 +0000 (23:46 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Sat, 20 Apr 2019 23:46:06 +0000 (23:46 +0000)
commit22904b59a69f5d10be8f53bd4f666c31e1c4a38f
tree4ec4b306385d1675c3d66f36aad15041fb25797f
parent45412582f36989b0d6cd4d5673c267eccaec0d65
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.
This patch also reverts the unused AF_LOCAL socket 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