K 10 svn:author V 6 alfred K 8 svn:date V 27 2004-07-04T10:19:15.000000Z K 7 svn:log V 242 Revision 1.496 would not boot on my system due to ffs_mount -> bdevvp -> getnewvnode(..., mp = NULL, ...) -> insmntqueue(vp, mp = NULL) -> KASSERT -> panic Make getnewvnode() only call insmntqueue() if the mountpoint parameter is not NULL. END