]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20997ac71ee3ebcd72d38ad9202c3d49bec37296
tree759f741019bdab40da2feecb13991aaa6310f05f
parent65b796d204662cede8567ac2d567b59ad310b9e9
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