diff options
author | Bharath SM <bharathsm@microsoft.com> | 2024-03-02 01:01:57 +0530 |
---|---|---|
committer | Pavel Shilovsky <piastryyy@gmail.com> | 2024-03-02 10:36:48 -0800 |
commit | ef0d95e62cd77ed7d8b1a2c3366667be6994451e (patch) | |
tree | 0402a6b2399871bade443de84ffd551b170a46af | |
parent | 2260c0d79ac20bae2b914d9d7d9dd2a102ff050e (diff) | |
download | cifs-utils-ef0d95e62cd77ed7d8b1a2c3366667be6994451e.tar.gz cifs-utils-ef0d95e62cd77ed7d8b1a2c3366667be6994451e.tar.bz2 cifs-utils-ef0d95e62cd77ed7d8b1a2c3366667be6994451e.zip |
cifs-utils: add documentation for acregmax and acdirmax
update man page with documentation for acregmax and acdirmax
mount parameters.
Signed-off-by: Bharath SM <bharathsm@microsoft.com>
-rw-r--r-- | mount.cifs.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mount.cifs.rst b/mount.cifs.rst index 9d4446f..3becf20 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -588,6 +588,18 @@ actimeo=arg integer that can hold values between 0 and a maximum value of 2^30 \* HZ (frequency of timer interrupt) setting. +acregmax=arg + The maximum time (in seconds) that the CIFS client caches attributes of a + regular file before it requests fresh attribute information from a server. + If this option is not specified, then acregmax value will be set to ``actimeo`` + value, see ``actimeo`` for more details. + +acdirmax=arg + The maximum time (in seconds) that the CIFS client caches attributes of a + directory before it requests fresh attribute information from a server. + If this option is not specified, then acdirmax value will be set to ``actimeo`` + value, see ``actimeo`` for more details. + noposixpaths If unix extensions are enabled on a share, then the client will typically allow filenames to include any character besides '/' in a |