From 98ceabd647bff3e7a752e8e9804b5cc14083da1b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 9 Mar 2012 08:53:28 +0100 Subject: [PATCH] gfio: ignore group stats for now Signed-off-by: Jens Axboe --- gfio.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gfio.c b/gfio.c index 877438a5..ead2c3d3 100644 --- a/gfio.c +++ b/gfio.c @@ -1024,10 +1024,7 @@ static void gfio_thread_status_op(struct fio_client *client, static void gfio_group_stats_op(struct fio_client *client, struct fio_net_cmd *cmd) { - gdk_threads_enter(); - printf("gfio_group_stats_op called\n"); - fio_client_ops.group_stats(client, cmd); - gdk_threads_leave(); + /* We're ignoring group stats for now */ } static gint on_config_drawing_area(GtkWidget *w, GdkEventConfigure *event) -- 2.25.1