Date: Sat, 23 Oct 2010 22:28:29 +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: <201010232228.o9NMSpEE034334@repoman.freebsd.org>
index | next in thread | raw e-mail
rmacklem 2010-10-23 22:28:29 UTC
FreeBSD src repository
Modified files:
sys/fs/nfs nfs_var.h
sys/fs/nfsserver nfs_nfsdport.c
Log:
SVN rev 214255 on 2010-10-23 22:28:29Z by rmacklem
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.
Suggested by: gleb.kurtsou at gmail.com
MFC after: 10 days
Revision Changes Path
1.17 +1 -1 src/sys/fs/nfs/nfs_var.h
1.27 +4 -6 src/sys/fs/nfsserver/nfs_nfsdport.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010232228.o9NMSpEE034334>
