ioprio: move io priority from task_struct to io_context
authorJens Axboe <jens.axboe@oracle.com>
Thu, 24 Jan 2008 07:52:45 +0000 (08:52 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 28 Jan 2008 09:50:29 +0000 (10:50 +0100)
commitfd0928df98b9578be8a786ac0cb78a47a5e17a20
tree70a34cf207bea1bec28e59cf0dba7d20e7f8b0f1
parent91525300baf162e83e923b09ca286f9205e21522
ioprio: move io priority from task_struct to io_context

This is where it belongs and then it doesn't take up space for a
process that doesn't do IO.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/cfq-iosched.c
block/ll_rw_blk.c
fs/ioprio.c
include/linux/blkdev.h
include/linux/init_task.h
include/linux/iocontext.h [new file with mode: 0644]
include/linux/ioprio.h
include/linux/sched.h
kernel/fork.c