K 10 svn:author V 3 kib K 8 svn:date V 27 2011-11-01T15:38:41.527904Z K 7 svn:log V 311 MFC r226687: The only possible error return from null_nodeget() is due to insmntque1 failure (the getnewvnode cannot return an error). In this case, the null_insmntque_dtr() already unlocked the reclaimed vnode, so VOP_UNLOCK() in the nullfs_mount() after null_nodeget() failure is wrong. Approved by: re (bz) END