From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Sat, 28 Feb 2004 23:59:30 +0000 Subject: Re: Oops in pdflush Message-Id: <30132.1078012770@ocs3.ocs.com.au> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Sat, 28 Feb 2004 10:26:18 -0800, David Mosberger wrote: >>>>>> On Sat, 28 Feb 2004 15:55:37 +0100, Andreas Schwab said: > > Andreas> David Mosberger writes: > > >> Say, Andreas, did you by chance have 3 disk drives in your Tiger? > > Andreas> No, only one. > >Hmmh, kind of throws that theory out of the water... > >I still don't understand why the problem triggered only on certain >machine. pdflush threads are per filesystem, independent of the number of physical disks. When you have concurrent heavy I/O load against more than MIN_PDFLUSH_THREADS filesystems, pdflush will detect that all its worker tasks are in use and will fork new tasks.