Rename struct rb_node into struct fio_rb_node
[fio.git] / iolog.h
diff --git a/iolog.h b/iolog.h
index 226661745a7c9418bc75b4089d1d949e800deef1..70981f99de474cc751767b278a1ac8712066a0c5 100644 (file)
--- a/iolog.h
+++ b/iolog.h
@@ -199,7 +199,7 @@ enum {
  */
 struct io_piece {
        union {
-               struct rb_node rb_node;
+               struct fio_rb_node rb_node;
                struct flist_head list;
        };
        struct flist_head trim_list;