Changes from raven at themaw.net to support NFSv3 for automounted
authorChristos Zoulas <christos@zoulas.com>
Sun, 20 Jul 2014 09:55:12 +0000 (05:55 -0400)
committerChristos Zoulas <christos@zoulas.com>
Sun, 20 Jul 2014 09:55:12 +0000 (05:55 -0400)
commit6968792f819e1f14af1db93e3f579b63bdbdf115
treefa25fe2337f262cea165790ba2868b634ae88340
parentd3d9bcf95a7cd042017a7d5c7a2fef64c3f6bd12
Changes from raven at themaw.net to support NFSv3 for automounted
toplevel filesystems presented to the list in May. A few bug fixes
and integration changes by me. The code now works well enough to
mount the filesystem with NFSv3 and automount children but readdir
does not work yet (so no listing of automounted filesystems). The
new code is not enabled by default. To enable use auto_nfs_version = 3
in your configuration file.
20 files changed:
amd/amd.h
amd/amfs_error.c
amd/amfs_generic.c
amd/autil.c
amd/conf.c
amd/map.c
amd/nfs_prot_svc.c
amd/nfs_start.c
amd/nfs_subr.c
amd/ops_TEMPLATE.c
amd/readdir.c
amd/restart.c
conf/nfs_prot/nfs_prot_netbsd1_4.h
conf/transp/transp_sockets.c
conf/transp/transp_tli.c
hlfsd/hlfsd.c
include/am_utils.h
include/am_xdr_func.h
libamu/mount_fs.c
libamu/xdr_func.c