[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1261035623-28474-1-git-send-email-antonf@turbolinux.com.cn>
Date: Thu, 17 Dec 2009 15:40:23 +0800
From: Fang Wenqi <anton.fang@...il.com>
To: tytso@....edu, adilger@....com
Cc: linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org,
Fang Wenqi <antonf@...bolinux.com.cn>
Subject: [PATCH] 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 <antonf@...bolinux.com.cn>
---
Documentation/filesystems/ext4.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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.
--
1.6.5.2
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists