From owner-cvs-src-old@FreeBSD.ORG Mon Sep 27 02:09:46 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B78041065743 for ; Mon, 27 Sep 2010 02:09:46 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A573D8FC0C for ; Mon, 27 Sep 2010 02:09:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8R29kaJ028003 for ; Mon, 27 Sep 2010 02:09:46 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8R29kmM028002 for cvs-src-old@freebsd.org; Mon, 27 Sep 2010 02:09:46 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201009270209.o8R29kmM028002@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Mon, 27 Sep 2010 02:09:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/fs/nfs nfsdport.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 02:09:46 -0000 rmacklem 2010-09-27 02:09:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfs nfsdport.h Log: SVN rev 213190 on 2010-09-27 02:09:25Z by rmacklem 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". Revision Changes Path 1.2.2.2 +1 -2 src/sys/fs/nfs/nfsdport.h