Skip to content

Commit

Permalink
ext4: Update documentation to correct the inode_readahead_blks option…
Browse files Browse the repository at this point in the history
… name

Per commit 240799c, 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>
  • Loading branch information
Fang Wenqi authored and Theodore Ts'o committed Dec 24, 2009
1 parent 3ebfdf8 commit 6d3b82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/filesystems/ext4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6d3b82f

Please sign in to comment.