From: Mikulas Patocka Date: Fri, 21 Dec 2012 20:23:30 +0000 (+0000) Subject: dm persistent data: rename node to btree_node X-Git-Tag: v3.8-rc1~3^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550929faf89e2e2cdb3e9945ea87d383989274cf;p=pandora-kernel.git dm persistent data: rename node to btree_node This patch fixes a compilation failure on sparc32 by renaming struct node. 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 Cc: stable@vger.kernel.org Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed