From b545352712577eb7e5d91c4bc33749875790aa99 Mon Sep 17 00:00:00 2001 From: David Fairbrother Date: Sat, 26 Aug 2023 12:31:44 +0100 Subject: [PATCH] Nit: cache.files=per-process grammar Change which 'comm' name -> whose 'comm' name. Whose implies possession, and the process possess the name we're matching --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32bfa64d..fbab4602 100644 --- a/README.md +++ b/README.md @@ -1295,7 +1295,7 @@ https://en.wikipedia.org/wiki/Page_cache * cache.files=libfuse: follow traditional libfuse `direct_io`, `kernel_cache`, and `auto_cache` arguments. * cache.files=per-process: Enable page caching (equivalent to `cache.files=partial`) - only for processes which 'comm' name matches one of the values defined in + only for processes whose 'comm' name matches one of the values defined in `cache.files.process-names`. If the name does not match the file open is equivalent to `cache.files=off`.