]> bbs.cooldavid.org Git - net-next-2.6.git/commit
pipe: make F_{GET,SET}PIPE_SZ deal with byte sizes
authorJens Axboe <jens.axboe@oracle.com>
Mon, 24 May 2010 17:34:43 +0000 (19:34 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 24 May 2010 17:34:43 +0000 (19:34 +0200)
commitb9598db3401282bb27b4aef77e3eee12015f7f29
tree614f6d8df9613905ab8625c0985d0c0c96cfb39c
parent0191f8697bbdfefcd36e7b8dc3eeddfe82893e4b
pipe: make F_{GET,SET}PIPE_SZ deal with byte sizes

Instead of requiring an exact number of pages as the argument and
return value, change the API to deal with number of bytes instead.

This also relaxes the requirement that the passed in size must
result in a power-of-2 page array size. Round up to the nearest
power-of-2 automatically and return the resulting size of the pipe
on success.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fs/pipe.c