From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH md 3 of 4] Delete unplug timer before shutting down md array. Date: Mon, 1 Nov 2004 20:57:35 -0800 Message-ID: <20041101205735.5fc68d69.akpm@osdl.org> References: <20041102143440.12019.patches@notabene> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: NeilBrown Cc: linux-raid@vger.kernel.org List-Id: linux-raid.ids NeilBrown wrote: > > As the unplug timer can potentially fire at any time, and > and it access data that is released by the md ->stop function, > we need to del_timer_sync before releasing that data. raid really shouldn't know about unplug_timer. Is there some missing block level API?