From: wangdi Date: Fri, 6 Mar 2009 06:44:15 +0000 (+0000) Subject: Branch: b1_6 X-Git-Tag: GIT_EPOCH_B1_6~2^5~145 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a2f1021826a9886587545a82e47b5cc7b47ea69e;p=fs%2Flustre-release.git Branch: b1_6 b=17817 remove assert which was for debugging. --- diff --git a/lustre/llite/rw.c b/lustre/llite/rw.c index 5e1f328..e596ea6 100644 --- 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