Page MenuHomeFreeBSD

D46456.diff
No OneTemporary

D46456.diff

diff --git a/sys/fs/fuse/fuse_internal.c b/sys/fs/fuse/fuse_internal.c
--- a/sys/fs/fuse/fuse_internal.c
+++ b/sys/fs/fuse/fuse_internal.c
@@ -282,12 +282,12 @@
* dirty writes! That's a server bug.
*/
if (fuse_libabi_geq(data, 7, 23)) {
- msg = "writeback cache incoherent!."
+ msg = "writeback cache incoherent! "
"To prevent data corruption, disable "
"the writeback cache according to your "
"FUSE server's documentation.";
} else {
- msg = "writeback cache incoherent!."
+ msg = "writeback cache incoherent! "
"To prevent data corruption, disable "
"the writeback cache by setting "
"vfs.fusefs.data_cache_mode to 0 or 1.";

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 9, 9:57 PM (19 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11217636
Default Alt Text
D46456.diff (716 B)

Event Timeline