K 10 svn:author V 7 attilio K 8 svn:date V 27 2012-07-15T15:00:28.844894Z K 7 svn:log V 338 - Don't acquire the vnode locks in the vfs_hash_* functions with LK_RETRY as we cannot deal with reclaimed vnode. - insmntque() and vfs_hash_insert() vput() the source vnode in case of error, so we must not unlock there. - TODO: handle the case where there as an hash collision in vfs_hash_insert() Reported by: pho Tested by: pho END