K 10 svn:author V 3 phk K 8 svn:date V 27 2005-03-16T07:35:06.000000Z K 7 svn:log V 293 Add mnt_hashseed to struct mount and initialize it witn PRNG bits, use it to get better hashing in vfs_hash. In case of an insert collision in vfs_hash_insert(), put the loosing vnode on a special list so that vfs_hash_remove() can just assume that it is on a list. Drop the VI_HASHED flag. END