Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/kern



Module Name:    src
Committed By:   reinoud
Date:           Fri Oct 31 15:01:12 UTC 2008

Modified Files:
        src/sys/kern: vfs_dirhash.c

Log Message:
Cleanup dirhash and make use of the standard hash32_strn() instead of the
handcrafted one.

Note it uses hash32_strn() since arguments can be passed from namei
arguments and thus don't have to be null terminated.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/kern/vfs_dirhash.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index