diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-10-01 07:04:14 (GMT) |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-10-01 19:17:58 (GMT) |
commit | 6a0afdf58d40200abd0c717261d1bc4c49195c2f (patch) | |
tree | 9ff7ca32d16e6ddb774105528fe051bd04695b3d /drivers/block/drbd/Kconfig | |
parent | ab8fafc2e1ecc0090f2c78902d3b992eec8b11f8 (diff) | |
download | linux-6a0afdf58d40200abd0c717261d1bc4c49195c2f.tar.xz |
drbd: remove tracing bits
They should be reimplemented in the current scheme.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/block/drbd/Kconfig')
-rw-r--r-- | drivers/block/drbd/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/block/drbd/Kconfig b/drivers/block/drbd/Kconfig index 4e6f90f..f4acd04 100644 --- a/drivers/block/drbd/Kconfig +++ b/drivers/block/drbd/Kconfig @@ -38,17 +38,6 @@ config BLK_DEV_DRBD If unsure, say N. -config DRBD_TRACE - tristate "DRBD tracing" - depends on BLK_DEV_DRBD - select TRACEPOINTS - default n - help - - Say Y here if you want to be able to trace various events in DRBD. - - If unsure, say N. - config DRBD_FAULT_INJECTION bool "DRBD fault injection" depends on BLK_DEV_DRBD |