Re: siphash in dirhash

2014-12-03 Thread David Gwynne
cool. reads and tests well for me. ok dlg@ > On 3 Dec 2014, at 13:49, Ted Unangst wrote: > > Use now preferred SipHash24 functions. This also means we shouldn't > need to hash in the value of the dirhash pointer itself, which confuses > me every time I look at it. > > Index: ufs/ufs_dirhash.c

siphash in dirhash

2014-12-02 Thread Ted Unangst
Use now preferred SipHash24 functions. This also means we shouldn't need to hash in the value of the dirhash pointer itself, which confuses me every time I look at it. Index: ufs/ufs_dirhash.c === RCS file: /cvs/src/sys/ufs/ufs/ufs_di