From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Thornber Subject: Re: [PATCH] dm-persistent-data: rename node to btree_node Date: Thu, 18 Oct 2012 10:44:10 +0100 Message-ID: <20121018094408.GA5564@ubuntu> References: Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mikulas Patocka Cc: dm-devel@redhat.com List-Id: dm-devel.ids On Wed, Oct 17, 2012 at 10:48:00PM -0400, Mikulas Patocka wrote: > dm-persistent-data: rename node to btree_node > > This patch fixes compilation failure on sparc32 > > struct node is already defined in include/linux/node.h. On sparc32, it > happens to be included through other dependencies and persistent-data > doesn't compile because of conflicting declarations. > > Signed-off-by: Mikulas Patocka Thanks Mikulas, I've merged into the thin-dev branch of my github tree. Alasdair could you push this upstream please. - Joe