diff options
Diffstat (limited to 'block/Kconfig')
-rw-r--r-- | block/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig index 6ba1a8e3388b..e20fbde0875c 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -90,6 +90,15 @@ config BLK_CGROUP | |||
90 | control disk bandwidth allocation (proportional time slice allocation) | 90 | control disk bandwidth allocation (proportional time slice allocation) |
91 | to such task groups. | 91 | to such task groups. |
92 | 92 | ||
93 | config DEBUG_BLK_CGROUP | ||
94 | bool | ||
95 | depends on BLK_CGROUP | ||
96 | default n | ||
97 | ---help--- | ||
98 | Enable some debugging help. Currently it stores the cgroup path | ||
99 | in the blk group which can be used by cfq for tracing various | ||
100 | group related activity. | ||
101 | |||
93 | endif # BLOCK | 102 | endif # BLOCK |
94 | 103 | ||
95 | config BLOCK_COMPAT | 104 | config BLOCK_COMPAT |