Commit 8fc8f4d5 authored by Marcin Jabrzyk's avatar Marcin Jabrzyk Committed by Jiri Kosina

mm: fix cleancache debugfs directory path

Minor fixes for cleancache about wrong debugfs paths
in documentation and code comment.
Signed-off-by: default avatarMarcin Jabrzyk <m.jabrzyk@samsung.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 74f24257
...@@ -85,7 +85,7 @@ lock the page to ensure serial behavior. ...@@ -85,7 +85,7 @@ lock the page to ensure serial behavior.
CLEANCACHE PERFORMANCE METRICS CLEANCACHE PERFORMANCE METRICS
If properly configured, monitoring of cleancache is done via debugfs in 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: can be measured (across all filesystems) with:
succ_gets - number of gets that were successful succ_gets - number of gets that were successful
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
static struct cleancache_ops *cleancache_ops __read_mostly; static struct cleancache_ops *cleancache_ops __read_mostly;
/* /*
* Counters available via /sys/kernel/debug/frontswap (if debugfs is * Counters available via /sys/kernel/debug/cleancache (if debugfs is
* properly configured. These are for information only so are not protected * properly configured. These are for information only so are not protected
* against increment races. * against increment races.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment