]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.32.3/ext4-update-documentation-to-correct-the-inode_readahead_blks-option-name.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.32.3 / ext4-update-documentation-to-correct-the-inode_readahead_blks-option-name.patch
CommitLineData
80e6ae8f
GKH
1From 6d3b82f2d31f22085e5711b28dddcb9fb3d97a25 Mon Sep 17 00:00:00 2001
2From: Fang Wenqi <anton.fang@gmail.com>
3Date: Thu, 24 Dec 2009 17:51:42 -0500
4Subject: ext4: Update documentation to correct the inode_readahead_blks option name
5
6From: Fang Wenqi <anton.fang@gmail.com>
7
8commit 6d3b82f2d31f22085e5711b28dddcb9fb3d97a25 upstream.
9
10Per commit 240799cd, the option name for readahead should be
11inode_readahead_blks, not inode_readahead.
12
13Signed-off-by: Fang Wenqi <antonf@turbolinux.com.cn>
14Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
15Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
16
17---
18 Documentation/filesystems/ext4.txt | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21--- a/Documentation/filesystems/ext4.txt
22+++ b/Documentation/filesystems/ext4.txt
23@@ -196,7 +196,7 @@ nobarrier This also requires an IO stac
24 also be used to enable or disable barriers, for
25 consistency with other ext4 mount options.
26
27-inode_readahead=n This tuning parameter controls the maximum
28+inode_readahead_blks=n This tuning parameter controls the maximum
29 number of inode table blocks that ext4's inode
30 table readahead algorithm will pre-read into
31 the buffer cache. The default value is 32 blocks.