From: Volker Lendecke Date: Thu, 20 Mar 2025 17:42:37 +0000 (+0100) Subject: vfs: Fix typos. X-Git-Tag: tevent-0.17.0~465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd73bae025a5001aca25d07f658d9f8f39883433;p=thirdparty%2Fsamba.git vfs: Fix typos. Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/modules/vfs_syncops.c b/source3/modules/vfs_syncops.c index 5fadc62e999..8c7fa29a31b 100644 --- a/source3/modules/vfs_syncops.c +++ b/source3/modules/vfs_syncops.c @@ -31,12 +31,12 @@ operation is guaranteed to remain in the filesystem after a power failure. This is particularly important for some cluster filesystems which are participating in a node failover system with clustered - Samba + Samba. On those filesystems this module provides a way to perform those operations safely. - most of the performance loss with this module is in fsync on close(). + Most of the performance loss with this module is in fsync on close(). You can disable that with syncops:onclose = no that can be set either globally or per share. @@ -46,7 +46,7 @@ syncops:onmeta = no This option can be set either globally or per share. - you can also disable the module completely for a share with + You can also disable the module completely for a share with syncops:disable = true */