Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 02:09:25 +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:  <201009270209.o8R29kmM028002@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009270209.o8R29kmM028002>