mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-21 00:45:56 -04:00
Style: Fix an indention in comments (#480)
This commit is contained in:
committed by
Nikolaus Rath
parent
da21668894
commit
a2df6f420f
+2
-2
@@ -407,8 +407,8 @@ struct fuse_operations {
|
||||
* - When writeback caching is disabled, the filesystem is
|
||||
* expected to properly handle the O_APPEND flag and ensure
|
||||
* that each write is appending to the end of the file.
|
||||
*
|
||||
* - When writeback caching is enabled, the kernel will
|
||||
*
|
||||
* - When writeback caching is enabled, the kernel will
|
||||
* handle O_APPEND. However, unless all changes to the file
|
||||
* come through the kernel this will not work reliably. The
|
||||
* filesystem should thus either ignore the O_APPEND flag
|
||||
|
||||
Reference in New Issue
Block a user