mirror of https://gitee.com/openkylin/linux.git
Documentation/admin-guide/cifs: document open_files and dfscache
Add missing documentation for open_files and dfscache /proc files. Signed-off-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
b7fd0fa0ea
commit
443dd65d48
|
@ -714,6 +714,7 @@ DebugData Displays information about active CIFS sessions and
|
||||||
version.
|
version.
|
||||||
Stats Lists summary resource usage information as well as per
|
Stats Lists summary resource usage information as well as per
|
||||||
share statistics.
|
share statistics.
|
||||||
|
open_files List all the open file handles on all active SMB sessions.
|
||||||
======================= =======================================================
|
======================= =======================================================
|
||||||
|
|
||||||
Configuration pseudo-files:
|
Configuration pseudo-files:
|
||||||
|
@ -794,6 +795,8 @@ LinuxExtensionsEnabled If set to one then the client will attempt to
|
||||||
support and want to map the uid and gid fields
|
support and want to map the uid and gid fields
|
||||||
to values supplied at mount (rather than the
|
to values supplied at mount (rather than the
|
||||||
actual values, then set this to zero. (default 1)
|
actual values, then set this to zero. (default 1)
|
||||||
|
dfscache List the content of the DFS cache.
|
||||||
|
If set to 0, the client will clear the cache.
|
||||||
======================= =======================================================
|
======================= =======================================================
|
||||||
|
|
||||||
These experimental features and tracing can be enabled by changing flags in
|
These experimental features and tracing can be enabled by changing flags in
|
||||||
|
|
Loading…
Reference in New Issue