aboutsummaryrefslogtreecommitdiffstats
path: root/mm/cleancache.c
diff options
context:
space:
mode:
authorMarcin Jabrzyk <m.jabrzyk@samsung.com>2015-01-07 11:14:41 +0100
committerJiri Kosina <jkosina@suse.cz>2015-01-20 14:08:31 +0100
commit8fc8f4d57c8d146971e4d1456f8e93a22e1487c3 (patch)
tree2549eebd27c594fe86affa15060c59d1bbcb8263 /mm/cleancache.c
parentblackfin: mach-common: ints-priority: remove unused function (diff)
downloadlinux-dev-8fc8f4d57c8d146971e4d1456f8e93a22e1487c3.tar.xz
linux-dev-8fc8f4d57c8d146971e4d1456f8e93a22e1487c3.zip
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 'mm/cleancache.c')
-rw-r--r--mm/cleancache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/cleancache.c b/mm/cleancache.c
index d0eac4350403..053bcd8f12fb 100644
--- a/mm/cleancache.c
+++ b/mm/cleancache.c
@@ -25,7 +25,7 @@
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
* against increment races.
*/