From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [another PATCH] Fix crash on boot in kmalloc_node IDE changes Date: Thu, 7 Jul 2005 18:40:24 +0200 Message-ID: <20050707164024.GK21330@wotan.suse.de> References: <20050706133052.GF21330@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds Cc: Christoph Lameter , Andi Kleen , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-ide@vger.kernel.org On Thu, Jul 07, 2005 at 09:38:17AM -0700, Linus Torvalds wrote: > > > On Thu, 7 Jul 2005, Christoph Lameter wrote: > > > > Here is IMHO the right way to fix this. Test for the hwif != NULL and > > test for pci_dev != NULL before determining the node number of the pci > > bus that the device is connected to. > > I think this is pretty unreadable. > > If you make it use a trivial inline function for the thing, I think that > would be ok, though. > > Complex expressions are bad. You could just use the previous patch I posted (hint hint...;) -Andi