diff options
author | Arianna Avanzini <avanzini.arianna@gmail.com> | 2011-09-12 22:42:07 +0200 |
---|---|---|
committer | KalimochoAz <calimochoazucarado@gmail.com> | 2012-10-15 14:04:27 +0200 |
commit | 5cdc0910e099232a721e8519210929af41f8c846 (patch) | |
tree | b5253ddf89c0a32cfc142bc79c9b407b5be7407a /include | |
parent | 4aa8b63a3d032d221b9d4dcfcd4f8695244498b7 (diff) | |
download | kernel_samsung_crespo-5cdc0910e099232a721e8519210929af41f8c846.zip kernel_samsung_crespo-5cdc0910e099232a721e8519210929af41f8c846.tar.gz kernel_samsung_crespo-5cdc0910e099232a721e8519210929af41f8c846.tar.bz2 |
block: cgroups, kconfig, build bits for BFQ-v5-3.0
Add a Kconfig option and do the related Makefile changes to compile
the BFQ I/O scheduler. Also let the cgroups subsystem know about the
BFQ I/O controller.
Signed-off-by: Fabio Checconi <fabio@gandalf.sssup.it>
Signed-off-by: Paolo Valente <paolo.valente@unimore.it>
Signed-off-by: Arianna Avanzini <avanzini.arianna@gmail.com>
Signed-off-by: KalimochoAz <calimochoazucarado@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/cgroup_subsys.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/cgroup_subsys.h b/include/linux/cgroup_subsys.h index ac663c1..c966638 100644 --- a/include/linux/cgroup_subsys.h +++ b/include/linux/cgroup_subsys.h @@ -64,3 +64,9 @@ SUBSYS(perf) #endif /* */ + +#ifdef CONFIG_CGROUP_BFQIO +SUBSYS(bfqio) +#endif + +/* */ |