pipe: adjust minimum pipe size to 1 page
authorJens Axboe <jaxboe@fusionio.com>
Thu, 3 Jun 2010 10:44:30 +0000 (12:44 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 3 Jun 2010 10:44:30 +0000 (12:44 +0200)
commit6a6ca57de92fcae34603551ac944aa74758c30d4
tree759f741019bdab40da2feecb13991aaa6310f05f
parentb4ca761577535b2b4d153689ee97342797dfff05
pipe: adjust minimum pipe size to 1 page

We don't need to pages to guarantee the POSIX requirement
that upto a page size write must be atomic to an empty
pipe.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fs/pipe.c