Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2010 22:17:42 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfs nfs_var.h src/sys/fs/nfsserver nfs_nfsdport.c
Message-ID:  <201011042109.oA4L9Lgb021364@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-11-03 22:17:42 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfs           nfs_var.h 
    sys/fs/nfsserver     nfs_nfsdport.c 
  Log:
  SVN rev 214763 on 2010-11-03 22:17:42Z by rmacklem
  
  MFC: r214255
  Modify the experimental NFSv4 server's file handle hash function
  to use the generic hash32_buf() function. Although adding the
  bytes seemed sufficient for UFS and ZFS, since most of the bytes
  are the same for file handles on the same volume, this might not
  be sufficient for other file systems. Use of a generic function
  also seems preferable to one specific to NFSv4.
  
  Revision   Changes    Path
  1.6.2.11   +1 -1      src/sys/fs/nfs/nfs_var.h
  1.15.2.13  +4 -6      src/sys/fs/nfsserver/nfs_nfsdport.c



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