From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artem Bityutskiy Subject: Re: [RFC][PATCH 04/16] writeback: fix possible race when shutting down bdi Date: Tue, 20 Jul 2010 11:58:21 +0300 Message-ID: <1279616301.16462.92.camel@localhost> References: <1279284312-2411-1-git-send-email-dedekind1@gmail.com> <1279284312-2411-5-git-send-email-dedekind1@gmail.com> <20100718064720.GD23811@infradead.org> Reply-To: dedekind1@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Jens Axboe , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Christoph Hellwig Return-path: In-Reply-To: <20100718064720.GD23811@infradead.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sun, 2010-07-18 at 02:47 -0400, Christoph Hellwig wrote: > On Fri, Jul 16, 2010 at 03:45:00PM +0300, Artem Bityutskiy wrote: > > From: Artem Bityutskiy > >=20 > > Current bdi code has the following race between 'bdi_wb_shutdown()' > > and 'bdi_forker_thread()'. > >=20 > > Initial condition: BDI_pending is cleaned, bdi has no writeback thr= ead, > > because it was inactive and exited, 'bdi_wb_shutdown()' and > > 'bdi_forker_thread()' are executed concurrently. >=20 > Wouldn't it be better to have a per-bdi mutex to serialize thread > creation and shutdown? There are several parties which want to have some serialization with bd= i trheads creation and shutdown: 1. 'bdi_queue_work()' - this should not take any mutex and should be fast. It uses spinlock and this is should stay this way 2. I'm going to modify '__mark_inode_dirty()' to wake-up bdi thread - this is similar to 'bdi_queue_work()' 3. 'bdi_wb_shutdown()' - this uses the 'BDI_pending' for serialization now, but can use a mutex instead. I guess you mean that for 1 and 2 things stay the same, but for 3 we ca= n use a mutex. Then the forker thread should also take this mutex. Right? If yes, this looks fine for me. I am going to try this approach. Then --> > And please also kill the bit wait in favour > of a proper wait queue - the bit wait interface really is just a hack > for structures that are very size sensitive, which the backing device > is not. --> the bit should go away and so no wait queue will be needed as well.= =20 --=20 Best Regards, Artem Bityutskiy (=D0=90=D1=80=D1=82=D1=91=D0=BC =D0=91=D0=B8=D1=82=D1=8E= =D1=86=D0=BA=D0=B8=D0=B9)