aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-05-28 08:29:12 -0400
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-05-28 08:30:36 -0400
commit16d479ed98f3db9d2f79fc474c47cda2ad6ac44e (patch)
treeaf3882a743bd79b82ae0ec24a9408978eff08718
parentc1be5a5b1b355d40e6cf79cc979eb66dafa24ad1 (diff)
downloadmm-stable/for-linus-3.10.tar.gz
cleancache: Fix bug in the documentation.stable/for-linus-3.10-rc3-tagstable/for-linus-3.10
Clarifying an API wording. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
-rw-r--r--Documentation/vm/cleancache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/cleancache.txt b/Documentation/vm/cleancache.txt
index 142fbb0f325a76..1e091aa3a8eee2 100644
--- a/Documentation/vm/cleancache.txt
+++ b/Documentation/vm/cleancache.txt
@@ -230,7 +230,7 @@ Some points for a filesystem to consider:
- The FS must call the VFS superblock alloc and deactivate routines
or add hooks to do the equivalent cleancache calls done there.
- To maximize performance, all pages fetched from the FS should
- go through the do_mpag_readpage routine or the FS should add
+ go through the do_mpage_readpage routine or the FS should add
hooks to do the equivalent (cf. btrfs)
- Currently, the FS blocksize must be the same as PAGESIZE. This
is not an architectural restriction, but no backends currently