lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1366024188-21756-2-git-send-email-dmonakhov@openvz.org> Date: Mon, 15 Apr 2013 15:09:48 +0400 From: Dmitry Monakhov <dmonakhov@...nvz.org> To: xfs@....sgi.com Cc: linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org, dchinner@...hat.com, Dmitry Monakhov <dmonakhov@...nvz.org> Subject: [PATCH 2/2] xfstests: fix fio's arguments 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@...nvz.org> --- tests/ext4/301 | 1 - tests/ext4/302 | 1 - tests/ext4/303 | 1 - tests/ext4/304 | 1 - 4 files changed, 0 insertions(+), 4 deletions(-) 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 -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists