aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfsd
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2019-04-13 22:00:09 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2019-04-13 22:00:09 +0000
commited2f1001706ce61b2c939d8d1eaed2a5ef6cb108 (patch)
tree9a4c4228e84be5c6c8307fb6f3df28f4d5a28d09 /sys/modules/nfsd
parent11f0e011c8e03ef2992945a4b4a2694a49f2d2af (diff)
downloadsrc-ed2f1001706ce61b2c939d8d1eaed2a5ef6cb108.tar.gz
src-ed2f1001706ce61b2c939d8d1eaed2a5ef6cb108.zip
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
Notes
Notes: svn path=/head/; revision=346191
Diffstat (limited to 'sys/modules/nfsd')
-rw-r--r--sys/modules/nfsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/nfsd/Makefile b/sys/modules/nfsd/Makefile
index c9447f906cf4..2ca9e88dde68 100644
--- a/sys/modules/nfsd/Makefile
+++ b/sys/modules/nfsd/Makefile
@@ -14,6 +14,7 @@ SRCS= vnode_if.h \
nfs_nfsdport.c \
opt_ufs.h \
opt_nfs.h \
+ opt_inet.h \
opt_inet6.h \
opt_kgssapi.h