diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2025-06-08 14:38:18 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2025-06-08 14:38:18 +0300 |
commit | 2dce69c4dea0bcb9e98c2965e6ac6b25402fcae9 (patch) | |
tree | 27af010adc569eda1d6d9c02326c10bbe40d715b /src/bindfs.c | |
parent | d5152d998d44c041a322959eca6a367272eb34c0 (diff) | |
download | bindfs-2dce69c4dea0bcb9e98c2965e6ac6b25402fcae9.tar.gz |
-onoattrcache with fuse-t by default. Maybe it gets rid of test flakiness.
Diffstat (limited to 'src/bindfs.c')
-rw-r--r-- | src/bindfs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bindfs.c b/src/bindfs.c index aab2df5..e0e4c1c 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -2878,6 +2878,10 @@ int main(int argc, char *argv[]) fuse_opt_add_arg(&args, "-ouse_ino"); #endif +#ifdef HAVE_FUSE_T + fuse_opt_add_arg(&args, "-onoattrcache"); +#endif + /* Show the source dir in the first field on /etc/mtab, to be consistent with "real" filesystems. |