diff options
author | Marcin Jabrzyk <m.jabrzyk@samsung.com> | 2015-01-07 11:14:41 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-01-20 14:08:31 +0100 |
commit | 8fc8f4d57c8d146971e4d1456f8e93a22e1487c3 (patch) | |
tree | 2549eebd27c594fe86affa15060c59d1bbcb8263 /Documentation/vm | |
parent | 74f24257eec528495ac1761512954a3348febd82 (diff) |
mm: fix cleancache debugfs directory path
Minor fixes for cleancache about wrong debugfs paths
in documentation and code comment.
Signed-off-by: Marcin Jabrzyk <m.jabrzyk@samsung.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/cleancache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/cleancache.txt b/Documentation/vm/cleancache.txt index 142fbb0f325a..01d76282444e 100644 --- a/Documentation/vm/cleancache.txt +++ b/Documentation/vm/cleancache.txt @@ -85,7 +85,7 @@ lock the page to ensure serial behavior. CLEANCACHE PERFORMANCE METRICS If properly configured, monitoring of cleancache is done via debugfs in -the /sys/kernel/debug/mm/cleancache directory. The effectiveness of cleancache +the /sys/kernel/debug/cleancache directory. The effectiveness of cleancache can be measured (across all filesystems) with: succ_gets - number of gets that were successful |