Date: Tue, 28 Dec 2010 21:12:15 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsserver nfs_serv.c Message-ID: <201012282112.oBSLCPpJ073785@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2010-12-28 21:12:15 UTC
FreeBSD src repository
Modified files:
sys/nfsserver nfs_serv.c
Log:
SVN rev 216774 on 2010-12-28 21:12:15Z by pjd
ZFS might not return monotonically increasing directory offset cookies,
so turn off UFS-specific hack that assumes so in ZFS case.
Before the change we can miss returning some directory entries to a
NFS client.
I believe that the hack should be moved to ufs_readdir(), but until we find
somebody who will do it, turn it off for ZFS in NFS server code.
Submitted by: rmacklem
Discussed with: rmacklem, mckusick
MFC after: 3 days
Revision Changes Path
1.207 +10 -3 src/sys/nfsserver/nfs_serv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012282112.oBSLCPpJ073785>
