From: Jens Axboe Date: Thu, 3 Jun 2010 12:54:39 +0000 (+0200) Subject: pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface X-Git-Tag: v2.6.35-rc2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9da691c0498ff81fdd014e7a0731dab2337dac;p=pandora-kernel.git pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface This changes the interface to be based on bytes instead. The API matches that of F_SETPIPE_SZ in that it rounds up the passed in size so that the resulting page array is a power-of-2 in size. The proc file is renamed to /proc/sys/fs/pipe-max-size to reflect this change. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed