Added writeback cache to passthrough_ll
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 4 Aug 2017 20:38:03 +0000 (22:38 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 6 Aug 2017 08:13:43 +0000 (10:13 +0200)
commitb3109e71faf2713402f70d226617352815f6c72e
tree46d878cf848256eb420ccf66af20fa9faa269e2b
parent53c07425fa378eedb9b38c05025da5832d7a3a2e
Added writeback cache to passthrough_ll

This fixes issue #191 (where the test was done by simply adding
FUSE_CAP_WRITEBACK_CACHE without adjusting the flags in the
open() call).

Fixes: #191.
ChangeLog.rst
example/passthrough_ll.c
test/test_examples.py