]> git.karo-electronics.de Git - karo-tx-linux.git/commit
This patch fixes a compilation failure on sparc32 by renaming struct node.
authorMikulas Patocka <mpatocka@redhat.com>
Wed, 24 Oct 2012 23:11:17 +0000 (10:11 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 24 Oct 2012 23:11:17 +0000 (10:11 +1100)
commit1a9f431dcf2ac0c7bbd65156188cdf9a81b4853e
tree822d29add18cc6c490dfedfe834f4cf1c272eafe
parentddffeb8c4d0331609ef2581d84de4d763607bd37
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>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/persistent-data/dm-btree-internal.h
drivers/md/persistent-data/dm-btree-remove.c
drivers/md/persistent-data/dm-btree-spine.c
drivers/md/persistent-data/dm-btree.c