cvs commit: src/sys/kern vfs_subr.c

Robert Watson rwatson at FreeBSD.org
Tue Aug 23 01:50:21 GMT 2005


rwatson     2005-08-23 01:50:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             vfs_subr.c 
  Log:
  Merge vfs_subr.c:1.641 from HEAD to RELENG_6:
  
    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.
  
    Tested by:      pav, pjd
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.635.2.3  +16 -6     src/sys/kern/vfs_subr.c


More information about the cvs-all mailing list