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:
ee3a4dd
)
Branch: b1_6
author
wangdi
<wangdi>
Fri, 6 Mar 2009 06:44:15 +0000
(06:44 +0000)
committer
wangdi
<wangdi>
Fri, 6 Mar 2009 06:44:15 +0000
(06:44 +0000)
b=17817
remove assert which was for debugging.
lustre/llite/rw.c
patch
|
blob
|
history
diff --git
a/lustre/llite/rw.c
b/lustre/llite/rw.c
index
5e1f328
..
e596ea6
100644
(file)
--- a/
lustre/llite/rw.c
+++ b/
lustre/llite/rw.c
@@
-1620,7
+1620,6
@@
static void ras_increase_window(struct ll_readahead_state *ras,
if (rc)
step = INIT_RAS_WINDOW_PAGES;
- LASSERT(step == 256);
if (stride_io_mode(ras))
ras_stride_increase_window(ras, ra, (unsigned long)step);
else