Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 1995 10:03:30 -0800
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <199503181803.KAA13040@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/03/18 10:03:30

  Modified:    sys/ufs/ffs ffs_vfsops.c
  Log:
  Don't sync the inode date changes of character special devices
  during the FS sync. The system would appear to hang momentarily
  if there was a large backlog of I/O. This is because the vnode
  remains locked during the output - preventing normal character
  I/O. The problem was exacerbated by the FFS contiguous block
  allocation fixes and a semi-broken disksort(). The inode/date
  will still be synced during a normal FS dismount and whenever
  the inode is changed for other reasons.



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