test_write_cache: Use fuse_session_exit() to stop filesystem thread
authorRostislav Skudnov <rostislav@tuxera.com>
Mon, 23 Jul 2018 07:31:00 +0000 (07:31 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 23 Jul 2018 10:02:57 +0000 (11:02 +0100)
commit055fcec831aff1037f5240f50481827b847f8cfa
treedaaa37bc2589b3ae2c7e26905e17b8ca19ff6177
parenta2a09e7cca6ddda42c5523654df057fa1578500e
test_write_cache: Use fuse_session_exit() to stop filesystem thread

Using fuse_session_exit() followed by fuse_session_unmount() ensures
that a proper cleanup and shutdown is performed.
test/test_write_cache.c