Rename struct rb_node into struct fio_rb_node
authorBart Van Assche <bart.vanassche@wdc.com>
Mon, 12 Mar 2018 21:13:38 +0000 (14:13 -0700)
committerBart Van Assche <bart.vanassche@wdc.com>
Mon, 12 Mar 2018 21:42:50 +0000 (14:42 -0700)
commite96c0125b80207677ea5367743fa69a2950acb48
tree90147eb8ab0d6b89e6d30c3e6f45d5dc79a3dc62
parent89556808ef14a30670390f0f52e5726ee00a1303
Rename struct rb_node into struct fio_rb_node

This patch avoids that building fio fails as follows on NetBSD systems:

    CC crc/test.o
In file included from crc/../iolog.h:4,
                 from crc/../stat.h:4,
                 from crc/../thread_options.h:7,
                 from crc/../fio.h:18,
                 from crc/test.c:5:
crc/../lib/rbtree.h:101: error: redefinition of 'struct rb_node'
Makefile:336: recipe for target 'crc/test.o' failed
gmake: *** [crc/test.o] Error 1

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
iolog.c
iolog.h
lib/rbtree.c
lib/rbtree.h
t/dedupe.c
verify.c