diff options
Diffstat (limited to 'test/test_write_cache.c')
-rw-r--r-- | test/test_write_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_write_cache.c b/test/test_write_cache.c index 2e9c671..2b5b4f3 100644 --- a/test/test_write_cache.c +++ b/test/test_write_cache.c @@ -66,7 +66,7 @@ static void tfs_init(void *userdata, struct fuse_conn_info *conn) if (options.writeback) { assert(fuse_get_feature_flag(conn, FUSE_CAP_WRITEBACK_CACHE)); - conn->want |= FUSE_CAP_WRITEBACK_CACHE; + fuse_set_feature_flag(conn, FUSE_CAP_WRITEBACK_CACHE); } } |