Date: Sun, 4 Jul 2004 10:19:15 +0000 (UTC) From: Alfred Perlstein <alfred@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200407041019.i64AJF4T038733@repoman.freebsd.org>
index | next in thread | raw e-mail
alfred 2004-07-04 10:19:15 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
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.
Revision Changes Path
1.497 +2 -1 src/sys/kern/vfs_subr.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407041019.i64AJF4T038733>
