From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 1/3] writeback: simplify the write back thread queue Date: Mon, 21 Jun 2010 09:49:03 +0200 Message-ID: <20100621074903.GA28042@lst.de> References: <20100619210756.GA29875@lst.de> <4C1F18F9.4070206@kernel.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: Jens Axboe Return-path: Received: from verein.lst.de ([213.95.11.210]:36111 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753782Ab0FUHtH (ORCPT ); Mon, 21 Jun 2010 03:49:07 -0400 Content-Disposition: inline In-Reply-To: <4C1F18F9.4070206@kernel.dk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Jun 21, 2010 at 09:47:05AM +0200, Jens Axboe wrote: > I'm fine with this, we can always bring back support for > 1 writeback > thread per bdi when the need arises. Note that this patch should actually make an eventual implementation of > 1 writeback thread simpler if we want to go there - removing the item from the list early means there is no need to deal with any kind of race avoidance.