kib 5a71b324fb Add a trivial comment to record the proper commit log for r245407:
Set the v_hash for a new vnode in the getnewvnode() to the value
calculated based on the vnode structure address.  Filesystems using
vfs_hash_insert() override the v_hash using the standard formula of
(inode_number + mnt_hashseed).  For other filesystems, the
initialization allows the vfs_hash_index() to provide useful hash too.

Suggested, reviewed and tested by:	peter
Sponsored by:	The FreeBSD Foundation
MFC after:	5 days
2013-01-14 05:52:23 +00:00
..
2012-10-10 08:36:38 +00:00
2012-11-01 04:07:08 +00:00
2012-12-28 09:19:49 +00:00
2012-10-10 08:36:38 +00:00
2013-01-03 23:12:08 +00:00
2013-01-11 09:58:35 +00:00