cvs commit: src/sys/kern vfs_subr.c

Alfred Perlstein alfred at FreeBSD.org
Sun Jul 4 03:19:15 PDT 2004


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


More information about the cvs-src mailing list