projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ebfdf8
)
ext4: Update documentation to correct the inode_readahead_blks option name
author
Fang Wenqi
<
[email protected]
>
Thu, 24 Dec 2009 22:51:42 +0000
(17:51 -0500)
committer
Theodore Ts'o
<
[email protected]
>
Thu, 24 Dec 2009 22:51:42 +0000
(17:51 -0500)
Per commit
240799cd
, the option name for readahead should be
inode_readahead_blks, not inode_readahead.
Signed-off-by: Fang Wenqi <
[email protected]
>
Signed-off-by: "Theodore Ts'o" <
[email protected]
>
Documentation/filesystems/ext4.txt
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/ext4.txt
b/Documentation/filesystems/ext4.txt
index af6885c3c821f621f5827a46cb0728c61a9e768c..e1def1786e5074e5d8f3cf89b5f14cbfc9fab4af 100644
(file)
--- 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.