X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=verify.c;h=17af3bb92ab8e0747c532836aa5e9bd1e5ce2812;hb=69b98f11d62cb12482130fac79b8ebf00c0bb139;hp=d070f33142979b512e23f8a618eeb1d73532d3f6;hpb=b93a8eb09c7904790f78956cb481bd55b3ac8c82;p=fio.git diff --git a/verify.c b/verify.c index d070f331..17af3bb9 100644 --- a/verify.c +++ b/verify.c @@ -1307,7 +1307,7 @@ int get_next_verify(struct thread_data *td, struct io_u *io_u) return 0; if (!RB_EMPTY_ROOT(&td->io_hist_tree)) { - struct rb_node *n = rb_first(&td->io_hist_tree); + struct fio_rb_node *n = rb_first(&td->io_hist_tree); ipo = rb_entry(n, struct io_piece, rb_node);