]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
block: add __init to blkcg_policy_register
authorFabian Frederick <fabf@skynet.be>
Tue, 10 Jun 2014 18:18:36 +0000 (20:18 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 10 Jun 2014 19:13:12 +0000 (13:13 -0600)
commita2d445d440003f2d70ee4cd4970ea82ace616fee
tree001d0cda6d39b90de62451fd56a4fc5a1a7e92da
parentb5097e956a4d2919ee248d6481e4204c5568ed5c
block: add __init to blkcg_policy_register

blkcg_policy_register is only called by
__init functions:

__init cfq_init
__init throtl_init

Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-cgroup.c
block/blk-cgroup.h