--- linux-2.4.2/fs/buffer.c Fri Feb 9 20:29:44 2001 +++ linux/fs/buffer.c Sun Mar 4 19:27:31 2001 @@ -112,19 +112,18 @@ */ union bdflush_param { struct { - int nfract; /* Percentage of buffer cache dirty to - activate bdflush */ - int ndirty; /* Maximum number of dirty blocks to write out per + int nfract; /* Percentage of buffer cache dirty to + activate bdflush */ + int ndirty; /* Maximum number of dirty blocks to write out per wake-cycle */ - int nrefill; /* Number of clean buffers to try to obtain - each time we call refill */ int dummy1; /* unused */ + int dummy2; /* unused */ int interval; /* jiffies delay between kupdate flushes */ int age_buffer; /* Time for normal buffer to age before we flush it */ int nfract_sync; /* Percentage of buffer cache dirty to activate bdflush synchronously */ - int dummy2; /* unused */ - int dummy3; /* unused */ + int dummy3; /* unused */ + int dummy4; /* unused */ } b_un; unsigned int data[N_PARAM]; } bdf_prm = {{30, 64, 64, 256, 5*HZ, 30*HZ, 60, 0, 0}};