From: Fang Wenqi Date: Thu, 24 Dec 2009 22:51:42 +0000 (-0500) Subject: ext4: Update documentation to correct the inode_readahead_blks option name X-Git-Tag: upstream/snapshot3+hdmi~15967^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d3b82f2d31f22085e5711b28dddcb9fb3d97a25;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ext4: Update documentation to correct the inode_readahead_blks option name Per commit 240799cd, the option name for readahead should be inode_readahead_blks, not inode_readahead. Signed-off-by: Fang Wenqi Signed-off-by: "Theodore Ts'o" --- diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index af6885c..e1def17 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.