From c844ea536db825952a3653b8e887edd96b5a1eda Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 5 Jan 2021 13:20:00 +0200 Subject: [PATCH] Drop the word "mode" from the report It doesn't do anything. --- fsqual.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsqual.cc b/fsqual.cc index 8b13bc0..b65da02 100644 --- a/fsqual.cc +++ b/fsqual.cc @@ -102,7 +102,7 @@ void run_test(unsigned iodepth, size_t bufsize, bool pretruncate, bool prezero, if (dsync) { mode += ", O_DSYNC"; } - std::cout << "context switch per io (mode " << mode << ", iodepth " << iodepth << "): " << rate + std::cout << "context switch per io (" << mode << ", iodepth " << iodepth << "): " << rate << " (" << verdict << ")\n"; auto ptr = mmap(nullptr, nr * 4096, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); auto incore = std::vector(nr); -- 2.50.1