X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=iolog.h;h=70981f99de474cc751767b278a1ac8712066a0c5;hb=0c7a0b6b628e3a0fb642805f6ded99d6bb3f63a9;hp=226661745a7c9418bc75b4089d1d949e800deef1;hpb=892930839558edf72052e0471714f227c1391132;p=fio.git diff --git a/iolog.h b/iolog.h index 22666174..70981f99 100644 --- 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;