Remove NQNFS support. The mechanisms are too crude to co-exist with
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 27 Mar 2006 16:19:00 +0000 (16:19 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 27 Mar 2006 16:19:00 +0000 (16:19 +0000)
commite07fef60fdd36d39294931065f6a9a803cf1d2e0
tree55fd473580cafc8f6186448a114cd99f11ea6e9f
parent35048f4de32f0256289fed913b81e8089765c421
Remove NQNFS support.  The mechanisms are too crude to co-exist with
upcoming cache coherency management work and the original implementation
hacked up the NFS code pretty severely.

Move nqnfs_clientd() out of nfs_nqlease.c to a new file, nfs_kerb.c,
and rename it nfs_clientd().
39 files changed:
sbin/mount_nfs/mount_nfs.8
sbin/mount_nfs/mount_nfs.c
sys/conf/files
sys/kern/kern_acct.c
sys/kern/kern_acl.c
sys/kern/kern_ktrace.c
sys/kern/kern_sig.c
sys/kern/kern_time.c
sys/kern/link_aout.c
sys/kern/vfs_default.c
sys/kern/vfs_lock.c
sys/kern/vfs_syscalls.c
sys/kern/vfs_vnops.c
sys/kern/vfs_vopops.c
sys/sys/vfsops.h
sys/sys/vnode.h
sys/vfs/coda/coda_vnops.c
sys/vfs/fifofs/fifo_vnops.c
sys/vfs/nfs/Makefile
sys/vfs/nfs/nfs.h
sys/vfs/nfs/nfs_bio.c
sys/vfs/nfs/nfs_kerb.c [new file with mode: 0644]
sys/vfs/nfs/nfs_node.c
sys/vfs/nfs/nfs_nqlease.c [deleted file]
sys/vfs/nfs/nfs_serv.c
sys/vfs/nfs/nfs_socket.c
sys/vfs/nfs/nfs_srvcache.c
sys/vfs/nfs/nfs_subs.c
sys/vfs/nfs/nfs_syscalls.c
sys/vfs/nfs/nfs_vfsops.c
sys/vfs/nfs/nfs_vnops.c
sys/vfs/nfs/nfsm_subs.h
sys/vfs/nfs/nfsmount.h
sys/vfs/nfs/nfsnode.h
sys/vfs/nfs/nqnfs.h [deleted file]
sys/vfs/specfs/spec_vnops.c
sys/vfs/union/union_subr.c
sys/vfs/union/union_vnops.c
usr.sbin/pstat/pstat.c