cvs commit: src/sys/sys systm.h src/sys/kern vfs_mount.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Apr 3 11:45:29 UTC 2007


pjd         2007-04-03 11:45:28 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              systm.h 
    sys/kern             vfs_mount.c 
  Log:
  Add root_mount_wait() function which can be used to wait until the root
  file system is mounted. This is useful for kernel modules loaded from
  /boot/loader.conf, that have to access file system.
  
  Revision  Changes    Path
  1.251     +58 -10    src/sys/kern/vfs_mount.c
  1.254     +1 -0      src/sys/sys/systm.h


More information about the cvs-src mailing list