commit | 550929faf89e2e2cdb3e9945ea87d383989274cf | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Fri Dec 21 20:23:30 2012 +0000 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Dec 21 20:23:30 2012 +0000 |
tree | f6ca310fe3955cb2a2925391e7fd4c6191fbd373 | |
parent | 29594404d7fe73cd80eaa4ee8c43dcc53970c60e [diff] |
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 <mpatocka@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Alasdair G Kergon <agk@redhat.com>