freebsd-nq/sys/fs/nfsserver
Rick Macklem 377c50f67a 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
2010-10-23 22:28:29 +00:00
..
nfs_nfsdcache.c
nfs_nfsdkrpc.c
nfs_nfsdport.c Modify the experimental NFSv4 server's file handle hash function 2010-10-23 22:28:29 +00:00
nfs_nfsdserv.c
nfs_nfsdsocket.c The timer routine in the experimental NFS server did not acquire 2010-08-28 21:41:18 +00:00
nfs_nfsdstate.c Try and make the nfsrv_localunlock() function in the experimental 2010-10-11 23:15:18 +00:00
nfs_nfsdsubs.c