search for: _scratch_mkfs_sized

Displaying 1 result from an estimated 1 matches for "_scratch_mkfs_sized".

2013 Jul 02
2
[PATCH] xfstests: make the scratch device for generic/256 slightly larger
...files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/generic/256 b/tests/generic/256 index 4a53da8..cfe7237 100755 --- a/tests/generic/256 +++ b/tests/generic/256 @@ -165,7 +165,7 @@ _test_full_fs_punch() # Make a small file system to fill umount $SCRATCH_DEV &> /dev/null -_scratch_mkfs_sized $(( 1024 * 1024 * 1024 )) &> /dev/null +_scratch_mkfs_sized $(( 1536 * 1024 * 1024 )) &> /dev/null _scratch_mount # Test must be able to write files with non-root permissions chmod 777 $SCRATCH_MNT -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux...