diff mbox

[2/2] xfstests: fix fio's arguments

Message ID 1366024188-21756-2-git-send-email-dmonakhov@openvz.org
State Not Applicable, archived
Headers show

Commit Message

Dmitry Monakhov April 15, 2013, 11:09 a.m. UTC
Option 'group_reporting' semantics was changes for recent fio versions
In fact we do not need it here, let's just drop it.

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
---
 tests/ext4/301 |    1 -
 tests/ext4/302 |    1 -
 tests/ext4/303 |    1 -
 tests/ext4/304 |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

Comments

Rich Johnston April 22, 2013, 3:21 p.m. UTC | #1
Looks good.

--Rich

Reviewed-by: Rich Johnston <rjohnston@sgi.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rich Johnston April 22, 2013, 3:31 p.m. UTC | #2
Thanks for this patch Dmitry, it has been committed.

--Rich


commit ca9fe94e2d5fa4a8e405384ff5dd867b60a00864
Author: Dmitry Monakhov <dmonakhov@openvz.org>
Date:   Mon Apr 15 11:09:48 2013 +0000

     xfstests: fix fio's arguments



--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/ext4/301 b/tests/ext4/301
index b6c2f11..e1583d4 100755
--- a/tests/ext4/301
+++ b/tests/ext4/301
@@ -59,7 +59,6 @@  filesize=${FILE_SIZE}
 size=999G
 buffered=0
 fadvise_hint=0
-group_reporting
 
 #################################
 # Test1
diff --git a/tests/ext4/302 b/tests/ext4/302
index 9307ab4..abca805 100644
--- a/tests/ext4/302
+++ b/tests/ext4/302
@@ -59,7 +59,6 @@  filesize=${FILE_SIZE}
 size=999G
 buffered=0
 fadvise_hint=0
-group_reporting
 
 ##########################################
 # Test2
diff --git a/tests/ext4/303 b/tests/ext4/303
index 84d8f7b..7051576 100644
--- a/tests/ext4/303
+++ b/tests/ext4/303
@@ -59,7 +59,6 @@  filesize=${FILE_SIZE}
 size=999G
 buffered=0
 fadvise_hint=0
-group_reporting
 
 #################################
 # Test3
diff --git a/tests/ext4/304 b/tests/ext4/304
index 7b90f1d..5d15ecb 100644
--- a/tests/ext4/304
+++ b/tests/ext4/304
@@ -60,7 +60,6 @@  filesize=${FILE_SIZE}
 size=999G
 buffered=0
 fadvise_hint=0
-group_reporting
 
 #################################
 # Test4