From: Jens Axboe Date: Thu, 22 Mar 2012 08:33:33 +0000 (+0100) Subject: graph: fix missing else X-Git-Tag: gfio-0.1~64 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bd10a0694df75c5ae0257ac2f6c8b51061859321;p=fio.git graph: fix missing else Signed-off-by: Jens Axboe --- diff --git a/graph.c b/graph.c index 1f3344fd..146ed7b1 100644 --- a/graph.c +++ b/graph.c @@ -800,7 +800,7 @@ static void graph_label_add_value(struct graph_label *i, void *value, alias = container_of(ret, struct graph_value, node); flist_add_tail(&x->alias, &alias->alias); - } + } else x->flags = GV_F_ON_PRIO; }