Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102202569
D46456.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
716 B
Referenced Files
None
Subscribers
None
D46456.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D46456: fusefs: Fix warning formatting
Attached
Detach File
Event Timeline
Log In to Comment