From owner-cvs-sys Sat Mar 18 10:59:01 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA20442 for cvs-sys-outgoing; Sat, 18 Mar 1995 10:59:01 -0800 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA20436; Sat, 18 Mar 1995 10:58:52 -0800 Received: (from nate@localhost) by trout.sri.MT.net (8.6.9/8.6.9) id MAA16612; Sat, 18 Mar 1995 12:02:45 -0700 Date: Sat, 18 Mar 1995 12:02:45 -0700 Message-Id: <199503181902.MAA16612@trout.sri.MT.net> To: davidg@Root.COM Cc: nate@sneezy.sri.com (Nate Williams), CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c In-Reply-To: <199503181843.KAA00318@corbin.Root.COM> References: <199503181833.LAA16445@trout.sri.MT.net> <199503181843.KAA00318@corbin.Root.COM> Reply-To: nate@sneezy.sri.com (Nate Williams) From: nate@sneezy.sri.com (Nate Williams) Sender: cvs-sys-owner@freebsd.org Precedence: bulk David Greenman writes: > >> 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. > > > >Is this what you hope is causing the 'pauses' in the system? > > Hope? After hours of debugging, I *know* that it is a cause. I don't > guarantee that it is the only cause, however. I meant, do you hope it's the only cause. Sorry if I wasn't explicit enough. Nate