Don't update CR fields

They have been disabled for now.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/gfio.c b/gfio.c
index 20831c8..9d781af 100644
--- a/gfio.c
+++ b/gfio.c
@@ -190,7 +190,7 @@
 		free(mr);
 	} else if (je->m_iops || je->t_iops)
 		p += sprintf(p, ", CR=%d/%d IOPS", je->t_iops, je->m_iops);
-#else
+
 	gtk_label_set_text(GTK_LABEL(ui.eta.cr_bw), "---");
 	gtk_label_set_text(GTK_LABEL(ui.eta.cr_iops), "---");
 	gtk_label_set_text(GTK_LABEL(ui.eta.cw_bw), "---");