Enable preadv2/pwritev2 engines by default on Linux
authorJens Axboe <axboe@fb.com>
Thu, 2 Jun 2016 16:54:24 +0000 (10:54 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 2 Jun 2016 16:54:24 +0000 (10:54 -0600)
We don't have defines in libc yet, but let's wire them up so we
can use them. Only enabled for x86 and x86-64, adding for other
architectures would be as simple as adding the right defines
for the two syscall numbers.

Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found