From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 2/2] Convert megaraid to use pci_driver shutdown metho d Date: Mon, 17 Oct 2005 10:08:55 -0700 Message-ID: <20051017170855.GA1251@kroah.com> References: <0E3FA95632D6D047BA649F95DAB60E5707232141@exa-atlanta> <20051017134228.GA31938@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20051017134228.GA31938@infradead.org> Sender: linux-kernel-owner@vger.kernel.org To: Christoph Hellwig , "Kolli, Neela Syam" , Russell King , Linux Kernel List , Andrew Morton , linux-scsi@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On Mon, Oct 17, 2005 at 02:42:28PM +0100, Christoph Hellwig wrote: > On Mon, Oct 17, 2005 at 09:26:12AM -0400, Kolli, Neela Syam wrote: > > Patch looks good. Thanks for the patch. > > another 2.6.14 candidate, without it we'd easily get corruption > on shutdown when the root filesystem is on megaraid. No, the megaraid shutdown method will be called, only if that member isn't set will the pci shutdown call be made. So this should be safe today, right? thanks, greg k-h