Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2005 17:12:47 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200508201712.j7KHCl7K059610@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-08-20 17:12:47 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Silence "busy" warnings when unmounting devfs at system shutdown.  This
  is a workaround for non-symetric teardown of the file systems at
  shutdown with respect to the mount order at boot.  The proper long term
  fix is to properly detach devfs from the root mount before unmounting
  each, and should be implemented, but since the problem is non-harmful,
  this temporary band-aid will prevent false positive bug reports and
  unnecessary error output for 6.0-RELEASE.
  
  MFC after:      3 days
  Tested by:      pav, pjd
  
  Revision  Changes    Path
  1.641     +16 -6     src/sys/kern/vfs_subr.c



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