--- 2.2.18pre22/fs/buffer.c.~1~	Sun Nov 19 17:59:10 2000
+++ 2.2.18pre22/fs/buffer.c	Wed Nov 22 17:38:46 2000
@@ -122,7 +122,7 @@
 
 /* These are the min and max parameter values that we will allow to be assigned */
 int bdflush_min[N_PARAM] = {  0,  10,    5,   25,  0,   1*HZ,   1*HZ, 1, 1};
-int bdflush_max[N_PARAM] = {100,5000, 2000, 2000,60*HZ, 600*HZ, 600*HZ, 2047, 5};
+int bdflush_max[N_PARAM] = {100,5000, 2000, 2000,INT_MAX, 600*HZ, 600*HZ, 2047, 5};
 
 void wakeup_bdflush(int);
 
