net engine: cleanup the splice handling
authorJens Axboe <jens.axboe@oracle.com>
Sun, 24 Jun 2007 19:41:46 +0000 (21:41 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Sun, 24 Jun 2007 19:41:46 +0000 (21:41 +0200)
commitcd963e18de21e08ebb2ed86366f07347b4c58e3d
tree9cda382e38437b5345d98b7657c01b139846b670
parent64b24cd8a5ea87bccec60e0236d93071480201e7
net engine: cleanup the splice handling

The splice and vmsplice bits were largely duplicated, so abstract
the stuff out so it's clearer to see what is going on.

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