summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorFang Wenqi <anton.fang@gmail.com>2009-12-24 17:51:42 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-01-06 15:05:18 -0800
commit743c078e0e10e41b8b10f3c07973068d76fcc866 (patch)
treed81cef8646051f478f8c6b3512d52d15c269ab3e /Documentation
parentfc310225dfa4d0ca5e8d1bfe66d49367d3e1d81a (diff)
ext4: Update documentation to correct the inode_readahead_blks option name
commit 6d3b82f2d31f22085e5711b28dddcb9fb3d97a25 upstream. Per commit 240799cd, the option name for readahead should be inode_readahead_blks, not inode_readahead. Signed-off-by: Fang Wenqi <antonf@turbolinux.com.cn> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/ext4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt
index af6885c3c821..e1def1786e50 100644
--- a/Documentation/filesystems/ext4.txt
+++ b/Documentation/filesystems/ext4.txt
@@ -196,7 +196,7 @@ nobarrier This also requires an IO stack which can support
also be used to enable or disable barriers, for
consistency with other ext4 mount options.
-inode_readahead=n This tuning parameter controls the maximum
+inode_readahead_blks=n This tuning parameter controls the maximum
number of inode table blocks that ext4's inode
table readahead algorithm will pre-read into
the buffer cache. The default value is 32 blocks.