--- 2.4.3aa/fs/buffer.c.~1~ Mon Apr 2 00:19:48 2001 +++ 2.4.3aa/fs/buffer.c Mon Apr 2 01:43:44 2001 @@ -193,7 +193,7 @@ if (!bh) goto repeat2; - for (i = nr_buffers_type[BUF_DIRTY]*2 ; i-- > 0 ; bh = next) { + for (i = nr_buffers_type[BUF_DIRTY] ; i-- > 0 ; bh = next) { next = bh->b_next_free; if (!lru_list[BUF_DIRTY]) @@ -244,7 +244,7 @@ spin_unlock(&lru_list_lock); break; } - for (i = nr_buffers_type[BUF_LOCKED]*2 ; i-- > 0 ; bh = next) { + for (i = nr_buffers_type[BUF_LOCKED]; i-- > 0 ; bh = next) { next = bh->b_next_free; if (!lru_list[BUF_LOCKED])