aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sshfs.c b/sshfs.c
index 3c4f242..8786b4e 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -3901,9 +3901,11 @@ int main(int argc, char *argv[])
exit(1);
}
- if(sshfs.writeback_cache)
+ if(sshfs.writeback_cache) {
printf("NOTICE: writeback cache is disabled in this release due to potential\n"
"dataloss. It will be re-enabled in a future SSHFS release.\n");
+ sshfs.writeback_cache = 0;
+ }
if (sshfs.idmap == IDMAP_USER)
sshfs.detect_uid = 1;