libfuse/example
Zhiqiang Liu 8b4c5d90ee example/cuse_client.c: fix fd leakage problem
In cuse_client.c, fd should be closed before return.
Otherwise, it will cause fd leakage problem.

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
Signed-off-by: Haotian Li <lihaotian9@huawei.com>
2020-11-06 19:26:03 +00:00
..
.gitignore Allow inode cache invalidation in high-level API 2017-08-24 14:20:37 +02:00
cuse_client.c example/cuse_client.c: fix fd leakage problem 2020-11-06 19:26:03 +00:00
cuse.c State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
cxxopts.hpp Added new example filesystem 2019-05-09 14:16:37 -05:00
hello_ll.c Updated example code to work with new API (#547) 2020-09-09 20:17:06 +01:00
hello.c State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
invalidate_path.c Updated example code to work with new API (#547) 2020-09-09 20:17:06 +01:00
ioctl_client.c ioctl_client.c: fix potential fd leakage problem 2020-11-06 19:26:03 +00:00
ioctl.c State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
ioctl.h State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
meson.build Do not require C++ compiler for building 2020-04-20 20:20:19 +01:00
notify_inval_entry.c Updated example code to work with new API (#547) 2020-09-09 20:17:06 +01:00
notify_inval_inode.c Updated example code to work with new API (#547) 2020-09-09 20:17:06 +01:00
notify_store_retrieve.c Updated example code to work with new API (#547) 2020-09-09 20:17:06 +01:00
null.c State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
passthrough_fh.c State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
passthrough_helpers.h passthrough: fix unix-domain sockets on FreeBSD (#413) 2019-05-15 21:35:57 +01:00
passthrough_hp.cc passthrough_ll: remove symlink fallbacks (#514) 2020-05-14 20:17:50 +01:00
passthrough_ll.c Updated example code to work with new API (#547) 2020-09-09 20:17:06 +01:00
passthrough.c State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
poll_client.c State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
poll.c State GPL version in comment (#485) 2020-03-13 16:46:44 +00:00
printcap.c Allow caching symlinks in kernel page cache. (#551) 2020-09-20 19:08:15 +01:00