Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2005 01:56:12 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_mount.c
Message-ID:  <200503250156.j2P1uC56000959@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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