Add protocol support for an arbitrary number of command line arguments
authorJens Axboe <axboe@kernel.dk>
Sat, 8 Oct 2011 19:07:29 +0000 (21:07 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 8 Oct 2011 19:07:29 +0000 (21:07 +0200)
Make it more efficient as well, don't pass a lot of potentially
padded space, pass only the exact amount required.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found