infra: disable DEBUG_SLAB

It leads to misaligned bios which are currently not yet handled by MARS.
TODO: implement unaligend IO and remove this again.
This commit is contained in:
Thomas Schoebel-Theuer 2014-06-14 08:47:54 +02:00
parent 1439d30ffb
commit d7e9f91b87
2 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
config MARS
tristate "storage system MARS (EXPERIMENTAL)"
depends on BLOCK && PROC_SYSCTL && HIGH_RES_TIMERS
depends on BLOCK && PROC_SYSCTL && HIGH_RES_TIMERS && !DEBUG_SLAB && !DEBUG_SG
default n
---help---
Experimental storage System. Only compile as a module!

View File

@ -26,6 +26,13 @@
#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
/////////////////////////////////////////////////////////////////////////