From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (unknown [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id D9C57DDDFF for ; Wed, 20 Feb 2008 16:26:19 +1100 (EST) Date: Tue, 19 Feb 2008 21:26:55 -0800 (PST) Message-Id: <20080219.212655.173468988.davem@davemloft.net> To: galak@kernel.crashing.org Subject: Re: [PATCH] [LMB]: Fix lmb_add_region if region should be added at the head From: David Miller In-Reply-To: <7A7ECF09-E547-4C04-A388-C3E8755478DD@kernel.crashing.org> References: <20080219.204525.193731674.davem@davemloft.net> <7A7ECF09-E547-4C04-A388-C3E8755478DD@kernel.crashing.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: sparclinux@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Kumar Gala Date: Tue, 19 Feb 2008 23:16:18 -0600 > The for loop above the code I added will move all the existing slots > up one. Its just the tail cleanup we are missing. Aha, I see how this works now, thanks! I'll add this to my LMB tree.