]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for INET6 addresses to the kernel code that dumps open/lock state.
authorrmacklem <rmacklem@FreeBSD.org>
Sat, 13 Apr 2019 22:00:09 +0000 (22:00 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Sat, 13 Apr 2019 22:00:09 +0000 (22:00 +0000)
commitc5cfdafb1f90cbb8127918a91eb777ea947b3f68
tree9a4c4228e84be5c6c8307fb6f3df28f4d5a28d09
parent9a88ad6667f09259f0d7b0113f7327135cb5ab79
Add support for INET6 addresses to the kernel code that dumps open/lock state.

PR#223036 reported that INET6 callback addresses were not printed by
nfsdumpstate(8). This kernel patch adds INET6 addresses to the dump structure,
so that nfsdumpstate(8) can print them out, post-r346190.
The patch also includes the addition of #ifdef INET, INET6 as requested
by bz@.

PR: 223036
Reviewed by: bz, rgrimes
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D19839
sys/fs/nfsserver/nfs_nfsdserv.c
sys/fs/nfsserver/nfs_nfsdstate.c
sys/modules/nfsd/Makefile