mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
6ecc618d83
addresses #521 mergerfs is written using libfuse's high level API. The HLAPI forces a certain behavior with regard to unlinking or rename overwriting of open files. It renames the file to .fuse_hiddenXXXXXX and when incoming requests refer to the unlinked file it will use path based calls and use that path. This behavior leads to rmdirs failing or some software noticing the .fuse_hidden files. This patch changes the HLAPI and removes entirely the .fuse_hidden behavior. See the README for more. |
||
---|---|---|
.. | ||
old | ||
cuse_lowlevel.h | ||
fuse_common_compat.h | ||
fuse_common.h | ||
fuse_compat.h | ||
fuse_kernel.h | ||
fuse_lowlevel_compat.h | ||
fuse_lowlevel.h | ||
fuse_opt.h | ||
fuse.h | ||
Makefile.am | ||
ulockmgr.h |