cvs commit: src/sys/kern vfs_mount.c

Marcel Moolenaar marcel at FreeBSD.org
Thu Mar 24 17:56:13 PST 2005


marcel      2005-03-25 01:56:12 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  Fix inittodr() invocation. Now that devfs is mounted before the
  actual root file system is mounted, the first entry on the mountlist
  is not the root file system and the timestamp for that entry is
  typically 0. Passing that to inittodr() caused annoying errors on
  alpha and ia64.
  So, call inittodr() for all file systems on mountlist, but only when
  the timestamp (mnt_time) is non-zero.
  
  Revision  Changes    Path
  1.186     +17 -3     src/sys/kern/vfs_mount.c


More information about the cvs-src mailing list