diff options
author | Vivek Goyal <vgoyal@redhat.com> | 2009-12-03 12:59:48 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-12-03 13:28:52 -0500 |
commit | 2868ef7b39490e6b41c2c61cd9a5cd891e778b54 (patch) | |
tree | e50e169e984d8bd201de2f73f98e31a65c028feb /block/Kconfig.iosched | |
parent | b1c3576961847da26c91b1e97f226bb66be5fa3f (diff) |
blkio: Some debugging aids for CFQ
o Some debugging aids for CFQ.
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/Kconfig.iosched')
-rw-r--r-- | block/Kconfig.iosched | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched index fa95fa770570..b71abfb0d726 100644 --- a/block/Kconfig.iosched +++ b/block/Kconfig.iosched | |||
@@ -40,6 +40,15 @@ config CFQ_GROUP_IOSCHED | |||
40 | ---help--- | 40 | ---help--- |
41 | Enable group IO scheduling in CFQ. | 41 | Enable group IO scheduling in CFQ. |
42 | 42 | ||
43 | config DEBUG_CFQ_IOSCHED | ||
44 | bool "Debug CFQ Scheduling" | ||
45 | depends on CFQ_GROUP_IOSCHED | ||
46 | select DEBUG_BLK_CGROUP | ||
47 | default n | ||
48 | ---help--- | ||
49 | Enable CFQ IO scheduling debugging in CFQ. Currently it makes | ||
50 | blktrace output more verbose. | ||
51 | |||
43 | choice | 52 | choice |
44 | prompt "Default I/O scheduler" | 53 | prompt "Default I/O scheduler" |
45 | default DEFAULT_CFQ | 54 | default DEFAULT_CFQ |