Re: [PATCH] MAX_PAUSE to be at least 4

2013-01-22 Thread Andrew Morton
On Mon, 21 Jan 2013 14:07:34 +1100 paul.sz...@sydney.edu.au wrote: > Ensure MAX_PAUSE is 4 or larger, so limits in > return clamp_val(t, 4, MAX_PAUSE); > (the only use of it) are not back-to-front. MAX_PAUSE is not used in this fashion in current kernels. > (This patch does not solve the P

Re: [PATCH] MAX_PAUSE to be at least 4

2013-01-22 Thread Jan Kara
On Mon 21-01-13 14:07:34, paul.sz...@sydney.edu.au wrote: > Ensure MAX_PAUSE is 4 or larger, so limits in > return clamp_val(t, 4, MAX_PAUSE); > (the only use of it) are not back-to-front. > > (This patch does not solve the PAE OOM issue.) > > Paul Szabo p...@maths.usyd.edu.au http://ww