diff options
| author | Jens Axboe <axboe@kernel.dk> | 2013-03-25 07:42:45 +0400 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2013-03-25 07:42:45 +0400 |
| commit | e226e34165d6ea827fcbd6fbf4df49090c4d0dbc (patch) | |
| tree | 05d472b77db4e3dd68ea1277e0b966263040dcec /include/linux/cgroup_subsys.h | |
| parent | 5bbcf5e6abe97485748b51ea0713cc3012b4a8f0 (diff) | |
| parent | cafe563591446cf80bfbc2fe3bc72a2e36cf1060 (diff) | |
| download | linux-e226e34165d6ea827fcbd6fbf4df49090c4d0dbc.tar.xz | |
Merge branch 'bcache-for-upstream' of http://evilpiepirate.org/git/linux-bcache into for-3.10/drivers
Diffstat (limited to 'include/linux/cgroup_subsys.h')
| -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 f204a7a9cf38..6e7ec64b69ab 100644 --- a/include/linux/cgroup_subsys.h +++ b/include/linux/cgroup_subsys.h @@ -78,3 +78,9 @@ SUBSYS(hugetlb) #endif /* */ + +#ifdef CONFIG_CGROUP_BCACHE +SUBSYS(bcache) +#endif + +/* */ |
