Commit 28529d13 authored by Jens Axboe's avatar Jens Axboe Committed by Linus Torvalds

[PATCH] Mark cfq_exit as an exit function

Mark cfq_exit function as and exit function, and make it static.
Signed-off-by: default avatarChris Wright <chris@osdl.org>
Signed-off-by: default avatarJens Axboe <axboe@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9b598e81
......@@ -1920,7 +1920,7 @@ int cfq_init(void)
return ret;
}
void cfq_exit(void)
static void __exit cfq_exit(void)
{
cfq_slab_kill();
elv_unregister(&iosched_cfq);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment