From 3f5e0a34daed197aa55d0c6b466bb4cd03babb4f Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 23 Jan 2014 04:42:58 -0800 Subject: bcache: Kill dead cgroup code This hasn't been used or even enabled in ages. Signed-off-by: Kent Overstreet --- drivers/md/bcache/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'drivers/md/bcache/Kconfig') diff --git a/drivers/md/bcache/Kconfig b/drivers/md/bcache/Kconfig index 2638417b19aa..4d200883c505 100644 --- a/drivers/md/bcache/Kconfig +++ b/drivers/md/bcache/Kconfig @@ -24,11 +24,3 @@ config BCACHE_CLOSURES_DEBUG Keeps all active closures in a linked list and provides a debugfs interface to list them, which makes it possible to see asynchronous operations that get stuck. - -# cgroup code needs to be updated: -# -#config CGROUP_BCACHE -# bool "Cgroup controls for bcache" -# depends on BCACHE && BLK_CGROUP -# ---help--- -# TODO -- cgit