Re: [PATCH -v2 4/6] fuse: add a sysfs parameter to control the maximum request size

2012-08-08 Thread Miklos Szeredi
Mitsuo Hayasaka writes: > Add a max_pages_per_req sysfs paramater to limit the maximum > read/write request size. It can be changed to arbitrary number > between 32 and the nr_pages equivalent to pipe_max_size, and the > 32 pages are set by default. > > The sysfs parameter control is required,

Re: [PATCH -v2 4/6] fuse: add a sysfs parameter to control the maximum request size

2012-08-08 Thread Miklos Szeredi
Mitsuo Hayasaka mitsuo.hayasaka...@hitachi.com writes: Add a max_pages_per_req sysfs paramater to limit the maximum read/write request size. It can be changed to arbitrary number between 32 and the nr_pages equivalent to pipe_max_size, and the 32 pages are set by default. The sysfs

[PATCH -v2 4/6] fuse: add a sysfs parameter to control the maximum request size

2012-07-19 Thread Mitsuo Hayasaka
Add a max_pages_per_req sysfs paramater to limit the maximum read/write request size. It can be changed to arbitrary number between 32 and the nr_pages equivalent to pipe_max_size, and the 32 pages are set by default. The sysfs parameter control is required, as follows. * The libfuse should

[PATCH -v2 4/6] fuse: add a sysfs parameter to control the maximum request size

2012-07-19 Thread Mitsuo Hayasaka
Add a max_pages_per_req sysfs paramater to limit the maximum read/write request size. It can be changed to arbitrary number between 32 and the nr_pages equivalent to pipe_max_size, and the 32 pages are set by default. The sysfs parameter control is required, as follows. * The libfuse should