Commit Graph

9 Commits

Author SHA1 Message Date
psycho c99f6182b4 libfuse升级
Signed-off-by: psycho <wangmingxuan6@h-partners.com>
2024-01-09 09:19:42 +08:00
Dr. David Alan Gilbert 4e719a9745 State GPL version in comment (#485)
IN a bunch of comments we say 'under the terms of the GNU GPL', make
it clear this is GPLv2 (as LICENSE says).

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
2020-03-13 16:46:44 +00:00
Rostislav Skudnov 055fcec831 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.
2018-07-23 11:02:57 +01:00
Rostislav Skudnov c7ae066cb4 test_write_cache: Fix memory leaks 2018-07-23 11:02:57 +01:00
Nikolaus Rath 53de0adb1a Don't use -o auto_unmount under FreeBSD. 2017-08-24 20:50:44 +02:00
Brian Naylor cc96e8d783 Make tests build on bsd 2017-05-24 09:58:45 -07:00
Nikolaus Rath 1fe4258932 Don't hardcode test file name. 2016-11-06 21:01:38 -08:00
Nikolaus Rath d49f2e77b4 Unify handling of fuse_conn_info options
Instead of using command line options to modify struct fuse_conn_info
before and after calling the init() handler, we now give the file system
explicit control over this.
2016-10-15 16:49:23 -07:00
Nikolaus Rath 71064a41f8 Added write cache tests. 2016-10-10 11:07:38 -07:00