]> git.baikalelectronics.ru Git - kernel.git/commit
cfq-iosched: move IO controller declerations to a header file
authorJens Axboe <jens.axboe@oracle.com>
Fri, 4 Dec 2009 09:06:35 +0000 (10:06 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 4 Dec 2009 09:06:35 +0000 (10:06 +0100)
commitd2a91df284c90f6f63a84f6cb53262fd9884b224
treee584c9d81971fb741508c176d74ef51ff45a4bcc
parent796624af8a4b86e270051ee296c208cde1a2fc58
cfq-iosched: move IO controller declerations to a header file

They should not be declared inside some other file that's not related
to CFQ.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-cgroup.c
block/cfq-iosched.c
block/cfq-iosched.h [new file with mode: 0644]