git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d42b36
)
pipe: add support for shrinking and growing pipes
author
Jens Axboe
<jens.axboe@oracle.com>
Thu, 20 May 2010 08:43:18 +0000
(10:43 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 21 May 2010 19:12:40 +0000
(21:12 +0200)
This patch adds F_GETPIPE_SZ and F_SETPIPE_SZ fcntl() actions for
growing and shrinking the size of a pipe and adjusts pipe.c and splice.c
(and relay and network splice) usage to work with these larger (or smaller)
pipes.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found