ioprio: move io priority from task_struct to io_context
authorJens Axboe <jens.axboe@oracle.com>
Tue, 22 Jan 2008 09:25:05 +0000 (10:25 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 22 Jan 2008 09:27:19 +0000 (10:27 +0100)
commit2e8e68153123807628bb89badd817d79819b6f19
tree2a8dcce89d71d9de17deacb898572734fe6f69ef
parentd384e35a25445bb60457b7dab8cffe178c6b7ecb
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