From cd73bae025a5001aca25d07f658d9f8f39883433 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 20 Mar 2025 18:42:37 +0100 Subject: [PATCH] vfs: Fix typos. Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- source3/modules/vfs_syncops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.47.2