Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
185814c
)
Disable VM readahead so we don't read outside lock extents.
author
adilger
<adilger>
Tue, 2 Mar 2004 23:36:32 +0000
(23:36 +0000)
committer
adilger
<adilger>
Tue, 2 Mar 2004 23:36:32 +0000
(23:36 +0000)
b=2805
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
926e83d
..
c17ad63
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-192,6
+192,8
@@
int lustre_common_fill_super(struct super_block *sb, char *mdc, char *osc)
GOTO(out_root, err);
}
+ /* bug 2805 - set VM readahead to zero */
+ vm_max_readahead = vm_min_readahead = 0;
sb->s_root = d_alloc_root(root);
RETURN(err);