Date: Fri, 10 Sep 2010 23:18:45 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfs nfsdport.h Message-ID: <201009102319.o8ANJ88H055313@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2010-09-10 23:18:45 UTC
FreeBSD src repository
Modified files:
sys/fs/nfs nfsdport.h
Log:
SVN rev 212439 on 2010-09-10 23:18:45Z by rmacklem
Fix the NFSVNO_CMPFH() macro in the experimental NFS server so
that it works correctly for ZFS file handles. It is possible to
have two ZFS file handles that differ only in the bytes in the
fid_reserved field of the generic "struct fid" and comparing the
bytes in fid_data didn't catch this case. This patch changes the
macro to compare all bytes of "struct fid".
Tested by: gull at gull.us
MFC after: 2 weeks
Revision Changes Path
1.3 +1 -2 src/sys/fs/nfs/nfsdport.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009102319.o8ANJ88H055313>
