> To: Kirk McKusick <[EMAIL PROTECTED]> > From: "Brian F. Feldman" <[EMAIL PROTECTED]> > Date: Thu, 23 Oct 2003 15:46:53 -0400 > Cc: [EMAIL PROTECTED] > Subject: Re: runningbufspace related lock-ups with md(4)/UFS/SU (PATCH ?) > > Kirk McKusick <[EMAIL PROTECTED]> wrote: > > I have been able to reproduce your hang on my system and your suggested > > fix does prevent it. I am going to run some more buffer starvation-type > > tests on it this week and if they do not cause other problems, I will > > put in your suggested fix. > > Thanks, Kirk; seems everyone who's been able to reproduce it can't do so > anymore when the synchers are disallowed from waiting on runningbufspace > (a couple extra people testing it that haven't spoken up on the list). > > -- > Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ > <> [EMAIL PROTECTED] \ The Power to Serve! \ > Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\
I have put in your suggested patch to avoid the runningbufspace related lock-ups with md(4)/UFS/SU. Kirk McKusick =-=-=-=-=-= From: Kirk McKusick <[EMAIL PROTECTED]> Date: Mon, 3 Nov 2003 22:30:01 -0800 (PST) To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: cvs commit: src/sys/kern vfs_bio.c X-FreeBSD-CVS-Branch: HEAD Sender: [EMAIL PROTECTED] mckusick 2003/11/03 22:30:01 PST FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Allow the bufdaemon and update daemon processes to skip the waitrunningbufspace() calls so that they are always able to proceed and clean up buffer space. Submitted by: Brian Fundakowski Feldman <[EMAIL PROTECTED]> Revision Changes Path 1.420 +9 -5 src/sys/kern/vfs_bio.c _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"