[PATCH -v2 1/6] pipe: make the maximum pipe size referable from kernel module

2012-07-19 Thread Mitsuo Hayasaka
Make the maximum pipe size referable from a kernel module. The /proc/sys/fs/pipe-max-size defines an upper limit for the capacity of a pipe. It is also used as an upper limit of a fuse read/write request size in this patch series. So, it is necessary to make it referable from a kernel module.

[PATCH -v2 1/6] pipe: make the maximum pipe size referable from kernel module

2012-07-19 Thread Mitsuo Hayasaka
Make the maximum pipe size referable from a kernel module. The /proc/sys/fs/pipe-max-size defines an upper limit for the capacity of a pipe. It is also used as an upper limit of a fuse read/write request size in this patch series. So, it is necessary to make it referable from a kernel module.