From 97f4a9cb4fc69be5c3b4d7631ebe20355bdc83dc Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 7 Oct 2016 21:08:40 -0700 Subject: Removed ``-o big_writes`` option This option is obsolete and should always be enabled. File systems that want to limit the size of write requests should use the ``-o max_write=`` option instead. --- test/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_examples.py b/test/test_examples.py index 3f8892b..226835f 100755 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -28,7 +28,7 @@ def name_generator(__ctr=[0]): return 'testfile_%d' % __ctr[0] LL_OPTIONS = [ ['-o', 'splice_move,splice_write,splice_read' ], - ['-o', 'clone_fd,big_writes,writeback_cache' ] ] + ['-o', 'clone_fd,writeback_cache' ] ] @pytest.mark.parametrize("name", ('hello', 'hello_ll')) @pytest.mark.parametrize("options", LL_OPTIONS) -- cgit v1.2.3