libfuse/example
Josef Bacik c9204dbd0d libfuse: have passthrough_hp return an error with invalid mount options
generic/003 fails currently because if you specify -o relatime we will
fail to mount, but not return an error, so the test thinks that we
support relatime and then hilarity ensues.  Set ret so that if we get
any failures while trying to mount we will properly error out.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
2024-06-07 21:33:04 +02:00
..
.gitignore Allow inode cache invalidation in high-level API 2017-08-24 14:20:37 +02:00
cuse_client.c examples/cuse_client: add include file to eliminate compiler warning (#568) 2020-11-24 09:28:13 +00:00
cuse.c Add support for no_interrupt (#956) 2024-06-04 13:50:48 +02:00
cxxopts.hpp Bump cxxopts from 2.2.0 to 2.2.1 (#602) 2021-05-09 10:00:57 +01:00
hello_ll_uds.c Add support for no_interrupt (#956) 2024-06-04 13:50:48 +02:00
hello_ll.c Add support for no_interrupt (#956) 2024-06-04 13:50:48 +02:00
hello.c Add FUSE_FILL_DIR_DEFAULTS enum (#903) 2024-03-20 16:08:04 +01:00
invalidate_path.c Add FUSE_FILL_DIR_DEFAULTS enum (#903) 2024-03-20 16:08:04 +01:00
ioctl_client.c examples/cuse_client: add include file to eliminate compiler warning (#568) 2020-11-24 09:28:13 +00:00
ioctl.c Add FUSE_FILL_DIR_DEFAULTS enum (#903) 2024-03-20 16:08:04 +01:00
ioctl.h State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
meson.build Support application-defined I/O functions for FUSE fd 2023-01-10 10:04:35 +00:00
notify_inval_entry.c Add support for no_interrupt (#956) 2024-06-04 13:50:48 +02:00
notify_inval_inode.c Add support for no_interrupt (#956) 2024-06-04 13:50:48 +02:00
notify_store_retrieve.c Add support for no_interrupt (#956) 2024-06-04 13:50:48 +02:00
null.c State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
passthrough_fh.c Add FUSE_FILL_DIR_DEFAULTS enum (#903) 2024-03-20 16:08:04 +01:00
passthrough_helpers.h passthrough: fix unix-domain sockets on FreeBSD (#413) 2019-05-15 21:35:57 +01:00
passthrough_hp.cc libfuse: have passthrough_hp return an error with invalid mount options 2024-06-07 21:33:04 +02:00
passthrough_ll.c Add support for no_interrupt (#956) 2024-06-04 13:50:48 +02:00
passthrough.c Enable direct IO for passthrough examples when open has flag O_DIRECT 2024-02-26 09:32:29 +08:00
poll_client.c Install a the configure_file (config.h) and use in headers 2023-01-28 09:35:34 +00:00
poll.c Add FUSE_FILL_DIR_DEFAULTS enum (#903) 2024-03-20 16:08:04 +01:00
printcap.c Add support for FUSE_CAP_HANDLE_KILLPRIV_V2 2024-03-29 13:04:45 +01:00