Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 02:33:12 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mount.h src/sys/kern init_main.c vfs_conf.c
Message-ID:  <200203081033.g28AXCq21563@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/03/08 02:33:12 PST

  Modified files:
    sys/sys              mount.h 
    sys/kern             init_main.c vfs_conf.c 
  Log:
  Move the mount of the root filesystem to happen in the init process before
  the exec if /sbin/init.
  
  This allows the scheduler to get started and kthreads a chance to run
  before we start filesystem operations.
  
  Revision  Changes    Path
  1.188     +2 -0      src/sys/kern/init_main.c
  1.66      +2 -5      src/sys/kern/vfs_conf.c
  1.118     +1 -0      src/sys/sys/mount.h

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?200203081033.g28AXCq21563>