diff options
author | Suresh Jayaraman <sjayaraman@suse.de> | 2010-07-27 12:52:44 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-07-27 12:52:44 -0400 |
commit | 434a5945e607084a6f8f6ea1ed41ca4559eb0df8 (patch) | |
tree | 341fa434b1951b963e6feb5ce9f384a4b13a8a7b | |
parent | cdbb6556d8394618bdb81cf2c0eaaebd58e9f1cd (diff) | |
download | cifs-utils-434a5945e607084a6f8f6ea1ed41ca4559eb0df8.tar.gz cifs-utils-434a5945e607084a6f8f6ea1ed41ca4559eb0df8.tar.bz2 cifs-utils-434a5945e607084a6f8f6ea1ed41ca4559eb0df8.zip |
mount.cifs: clarify 'fsc' mount option
Changes since last post:
- added the information about the kernel CONFIG option
- also added the information that caching is currently enabled for files opened as read-only
Document the newly added local caching feature using FS-Cache. This patch
could be queued and considered once the local caching patches gets merged
upstream.
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
-rw-r--r-- | doc/mount.cifs.8.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/mount.cifs.8.xml b/doc/mount.cifs.8.xml index 2200746..af20c10 100644 --- a/doc/mount.cifs.8.xml +++ b/doc/mount.cifs.8.xml @@ -546,9 +546,12 @@ permissions in memory that can't be stored on the server. This information can d are reduced. But, be warned that local caching is not suitable for all workloads, for e.g., read-once type workloads. So you need to consider carefully the situation/workload before - using this option. - NOTE: You also need to have cachefilesd daemon installed and - running to make the cache operational. + using this option. Currently, local disk caching is enabled + for CIFS files opened as read-only. + NOTE: This feature is available only in the recent kernels + that have been built with the kernel config option + CONFIG_CIFS_FSCACHE. You also need to have cachefilesd daemon + installed and running to make the cache operational. </para></listitem> </varlistentry> <varlistentry> |