pipe: set lower and upper limit on max pages in the pipe page array
authorJens Axboe <jens.axboe@oracle.com>
Wed, 19 May 2010 19:03:16 +0000 (21:03 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 21 May 2010 19:12:52 +0000 (21:12 +0200)
commitb492e95be0ae672922f4734acf3f5d35c30be948
treea8a1e7f035903796e6b8f626add8d269bf989a35
parent35f3d14dbbc58447c61e38a162ea10add6b31dc7
pipe: set lower and upper limit on max pages in the pipe page array

We need at least two to guarantee proper POSIX behaviour, so
never allow a smaller limit than that.

Also expose a /proc/sys/fs/pipe-max-pages sysctl file that allows
root to define a sane upper limit. Make it default to 16 times the
default size, which is 16 pages.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/pipe.c
include/linux/pipe_fs_i.h
kernel/sysctl.c