From a7c994acf8602c6f2a08017ace00482b17a9c950 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Tue, 13 Aug 2019 10:44:47 +0200 Subject: [PATCH] infra: remove unnecessary compile restriction The corresponding bug has been fixed a while ago. So this should no longer be necessary. --- kernel/Kconfig | 1 - kernel/mars.h | 6 ------ 2 files changed, 7 deletions(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index be4dabf9..aba18b79 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -5,7 +5,6 @@ config MARS tristate "block storage replication MARS" depends on BLOCK && PROC_SYSCTL && HIGH_RES_TIMERS - depends on !DEBUG_SLAB && !DEBUG_SG default n ---help--- See https://github.com/schoebel/mars/docu/ diff --git a/kernel/mars.h b/kernel/mars.h index 60d8c5e4..389a3f6a 100644 --- a/kernel/mars.h +++ b/kernel/mars.h @@ -58,12 +58,6 @@ #ifndef CONFIG_HIGH_RES_TIMERS #error CONFIG_HIGH_RES_TIMERS must be set #endif -#ifdef CONFIG_DEBUG_SLAB -#error Fixme: CONFIG_DEBUG_SLAB does not work (fix the bio offset calculation) -#endif -#ifdef CONFIG_DEBUG_SG -#error Fixme: CONFIG_DEBUG_SG does not work (fix the bio offset calculation) -#endif /////////////////////////////////////////////////////////////////////////