Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2002 11:44:43 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_mount.c
Message-ID:  <200210251844.g9PIih9k017968@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/10/25 11:44:43 PDT

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  #include <geom/geom.h> to get proper prototypes.  Contrary to my fears we
  seem to have all the prerequisites already.
  
  Call g_waitidle() as the first thing in vfs_mountroot() so that we have
  it out of the way before we even decide if we should call .._ask() or
  .._try().
  
  Call the g_dev_print() function to provide better guidance for the
  root-mount prompt.
  
  Revision  Changes    Path
  1.89      +12 -10    src/sys/kern/vfs_mount.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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