From: John Wolfe Date: Wed, 12 Oct 2022 19:40:36 +0000 (-0700) Subject: Inclusive terminology - "rule of thumb" X-Git-Tag: stable-12.2.0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac0e26580dcc2e2e1311ab16fb937da2a2e4e72;p=thirdparty%2Fopen-vm-tools.git Inclusive terminology - "rule of thumb" Update bora/lib/public/fileIO.h to use "general rule" instead of "rule of thumb". --- diff --git a/open-vm-tools/lib/include/fileIO.h b/open-vm-tools/lib/include/fileIO.h index ba206ab5b..91e5d14e4 100644 --- a/open-vm-tools/lib/include/fileIO.h +++ b/open-vm-tools/lib/include/fileIO.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2018,2021 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2018, 2021-2022 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -208,7 +208,7 @@ typedef enum { /* * OPTIMISTIC is an alternative to EXCLUSIVE and MANDATORY. It applies * only on ESX, and gives VMkernel permission to use a type of lock - * called "optimistic" to speed up opens. Rule-of-thumb is to use it + * called "optimistic" to speed up opens. A general guideline is to use it * only for read-only opens of small files (< 1KB). */ #define FILEIO_OPEN_OPTIMISTIC_LOCK (1 << 22) // 0x00400000