From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 9 Apr 2008 10:36:16 +0200 From: Christoph Hellwig To: Benjamin Herrenschmidt Subject: Re: [PATCH 5/6] [POWERPC] properly declare onstack completion in iseries veth Message-ID: <20080409083616.GA24712@lst.de> References: <20080409072230.C861EDDED0@ozlabs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20080409072230.C861EDDED0@ozlabs.org> Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Apr 09, 2008 at 05:21:34PM +1000, Benjamin Herrenschmidt wrote: > The iSeries veth driver uses an on-stack struct completion that > it initializes using the COMPLETION_INITIALIZER instead of > COMPLETION_INITIALIZER_ONSTACK macro, causing problems with > lockdep. should probably go in ASAP independent of the lockdep series.