mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: fix fio's arguments
Option 'group_reporting' semantics changed in recent fio versions. In fact we do not need it here, let's just drop it. Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
6105b952f4
commit
ca9fe94e2d
Regular → Executable
-1
@@ -59,7 +59,6 @@ filesize=${FILE_SIZE}
|
||||
size=999G
|
||||
buffered=0
|
||||
fadvise_hint=0
|
||||
group_reporting
|
||||
|
||||
#################################
|
||||
# Test1
|
||||
|
||||
Regular → Executable
-1
@@ -59,7 +59,6 @@ filesize=${FILE_SIZE}
|
||||
size=999G
|
||||
buffered=0
|
||||
fadvise_hint=0
|
||||
group_reporting
|
||||
|
||||
##########################################
|
||||
# Test2
|
||||
|
||||
Regular → Executable
-1
@@ -59,7 +59,6 @@ filesize=${FILE_SIZE}
|
||||
size=999G
|
||||
buffered=0
|
||||
fadvise_hint=0
|
||||
group_reporting
|
||||
|
||||
#################################
|
||||
# Test3
|
||||
|
||||
Regular → Executable
-1
@@ -60,7 +60,6 @@ filesize=${FILE_SIZE}
|
||||
size=999G
|
||||
buffered=0
|
||||
fadvise_hint=0
|
||||
group_reporting
|
||||
|
||||
#################################
|
||||
# Test4
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user