cvs commit: src/sys/kern vfs_mount.c

Nate Lawson njl at FreeBSD.org
Mon Apr 9 19:23:52 UTC 2007


njl         2007-04-09 19:23:52 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  Clean up the root mount and mount wait code.  No mutexes are needed here
  since a spurious wakeup() is the only possible outcome and this is fine in
  the BSD programming model.
  
  Revision  Changes    Path
  1.255     +10 -15    src/sys/kern/vfs_mount.c


More information about the cvs-src mailing list