freebsd-dev/sys/fs/nfsserver
Rick Macklem 63e1cb4308 Since VOP_READDIR() for ZFS does not return monotonically
increasing directory offset cookies, disable the UFS related
loop that skips over directory entries at the beginning of
the block for the experimental NFS server. This loop is
required for UFS since it always returns directory entries
starting at the beginning of the block that
the requested directory offset is in. In discussion with pjd@
and mckusick@ it seems that this behaviour of UFS should maybe
change, with this fix being an interim patch until then.
This patch only fixes the experimental server, since pjd@ is
working on a patch for the regular server.

Discussed with:	pjd, mckusick
MFC after:	5 days
2010-12-24 18:46:44 +00:00
..
nfs_nfsdcache.c
nfs_nfsdkrpc.c
nfs_nfsdport.c Since VOP_READDIR() for ZFS does not return monotonically 2010-12-24 18:46:44 +00:00
nfs_nfsdserv.c
nfs_nfsdsocket.c
nfs_nfsdstate.c Fix two vnode locking problems in nfsd_recalldelegation() in the 2010-12-17 22:18:09 +00:00
nfs_nfsdsubs.c