Removed ``-o big_writes`` option
authorNikolaus Rath <Nikolaus@rath.org>
Sat, 8 Oct 2016 04:08:40 +0000 (21:08 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 9 Oct 2016 04:26:36 +0000 (21:26 -0700)
commit97f4a9cb4fc69be5c3b4d7631ebe20355bdc83dc
treea8575cf3f00cf10ec0a6bd0e591fabe1a697c5e5
parent2680c5b9951b022351dd698b1ba21e965355ad16
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=<N>`` option instead.
ChangeLog.rst
include/fuse_common.h
lib/fuse_i.h
lib/fuse_lowlevel.c
test/test_examples.py