From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH 02/45] Make slow-work thread pool actually dynamic [ver #41] Date: Fri, 19 Dec 2008 11:58:09 -0600 Message-ID: <20081219175809.GA17113@us.ibm.com> References: <20081120144139.10667.75519.stgit@warthog.procyon.org.uk> <20081120144150.10667.42993.stgit@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: trond.myklebust@fys.uio.no, viro@ZenIV.linux.org.uk, nfsv4@linux-nfs.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: David Howells Return-path: Received: from e5.ny.us.ibm.com ([32.97.182.145]:52631 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751763AbYLSR6N (ORCPT ); Fri, 19 Dec 2008 12:58:13 -0500 Content-Disposition: inline In-Reply-To: <20081120144150.10667.42993.stgit@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Quoting David Howells (dhowells@redhat.com): > Make the slow-work thread pool actually dynamic in the number of threads it > contains. With this patch, it will both create additional threads when it has > extra work to do, and cull excess threads that aren't doing anything. > > Signed-off-by: David Howells Looks good. Acked-by: Serge Hallyn