diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-02-25 12:37:22 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:59:54 +0200 |
| commit | 489112d0acfb959b7ffbd4afd8dd0b8ea83de712 (patch) | |
| tree | c38f790c7e2453ae9278b3601b3b67ab581c2523 /include/linux | |
| parent | 78cef943deebc05bb45511057e7d1d9a21d78aa1 (diff) | |
bfq: various fixes
Diffstat (limited to 'include/linux')
| -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 6e7ec64b6..e5e6b0dd4 100644 --- a/include/linux/cgroup_subsys.h +++ b/include/linux/cgroup_subsys.h @@ -84,3 +84,9 @@ SUBSYS(bcache) #endif /* */ + +#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_BFQIO) +SUBSYS(bfqio) +#endif + +/* */ |
