]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/fork.c
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)
commitfadad878cc0640cc9cd5569998bf54b693f7b38b
tree9ad8c65d458d45f970f7e78cd1512c0e7da58def
parent521f3bbdba6b92582ef8047df01b156668343542
kernel: add CLONE_IO to specifically request sharing of IO contexts

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>
include/linux/sched.h
kernel/fork.c