K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2010-09-27T02:09:25.827662Z K 7 svn:log V 377 MFC: r212439 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". END