1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/fs/nfsserver
Rick Macklem f9266eb1f9 Modify readdirplus in the experimental NFS server in a
manner analogous to r216633 for the regular server. This
change busies the file system so that VFS_VGET() is
guaranteed to be using the correct mount point even
during a forced dismount attempt. Since nfsd_fhtovp() is
not called immediately before readdirplus, the patch is
actually a clone of pjd@'s nfs_serv.c.4.patch instead of
the one committed in r216633.

Reviewed by:	kib
MFC after:	10 days
2011-01-09 02:10:54 +00:00
..
nfs_nfsdcache.c This fixes the experimental NFS server so that it won't crash in the 2010-02-13 23:56:19 +00:00
nfs_nfsdkrpc.c
nfs_nfsdport.c Modify readdirplus in the experimental NFS server in a 2011-01-09 02:10:54 +00:00
nfs_nfsdserv.c Since the VFS_LOCK_GIANT() code in the experimental NFS 2011-01-06 19:50:11 +00:00
nfs_nfsdsocket.c Since the VFS_LOCK_GIANT() code in the experimental NFS 2011-01-06 19:50:11 +00:00
nfs_nfsdstate.c Delete the NFS_STARTWRITE() and NFS_ENDWRITE() macros that 2011-01-06 20:31:33 +00:00
nfs_nfsdsubs.c