Searched hist:214255 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_var.hdiff 214255 Sat Oct 23 20:29:22 MDT 2010 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
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.cdiff 214255 Sat Oct 23 20:29:22 MDT 2010 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

Completed in 237 milliseconds