aboutsummaryrefslogtreecommitdiffstats
path: root/src/bindfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindfs.c')
-rw-r--r--src/bindfs.c4
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.