kernel: add CLONE_IO to specifically request sharing of IO contexts
authorJens Axboe <jens.axboe@oracle.com>
Tue, 22 Jan 2008 09:21:25 +0000 (10:21 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 22 Jan 2008 09:27:19 +0000 (10:27 +0100)
commit79a772c96af1c5751888e4476b9b6d45bcef137e
treeef49ea202c02b6d6cbf10f52f8249fbe00a3a21a
parentb329c64a976c1ac224d579fec14c2ae30ee2d5f6
kernel: add CLONE_IO to specifically request sharing of IO contexts

syslets can set this to enforce sharing of io context.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/sched.h
kernel/fork.c