Skip site navigation (1)Skip section navigation (2)
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>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407041019.i64AJF4T038733>