kernel: add CLONE_IO to specifically request sharing of IO contexts
authorJens Axboe <jens.axboe@oracle.com>
Thu, 24 Jan 2008 07:54:47 +0000 (08:54 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 28 Jan 2008 09:50:36 +0000 (10:50 +0100)
syslets (or other threads/processes that want io context sharing) can
set this to enforce sharing of io context.

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

No differences found