]> Git Repo - linux.git/commit
dm persistent data: rename node to btree_node
authorMikulas Patocka <[email protected]>
Fri, 21 Dec 2012 20:23:30 +0000 (20:23 +0000)
committerAlasdair G Kergon <[email protected]>
Fri, 21 Dec 2012 20:23:30 +0000 (20:23 +0000)
commit550929faf89e2e2cdb3e9945ea87d383989274cf
treef6ca310fe3955cb2a2925391e7fd4c6191fbd373
parent29594404d7fe73cd80eaa4ee8c43dcc53970c60e
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 <[email protected]>
Cc: [email protected]
Signed-off-by: Alasdair G Kergon <[email protected]>
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
This page took 0.048967 seconds and 4 git commands to generate.