drbd_config.h (drbd-9.1.10) | : | drbd_config.h (drbd-9.1.11) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
/* Necessary to build the external module against >= Linux-2.6.33 */ | /* Necessary to build the external module against >= Linux-2.6.33 */ | |||
#ifdef REL_VERSION | #ifdef REL_VERSION | |||
#undef REL_VERSION | #undef REL_VERSION | |||
#undef API_VERSION | #undef API_VERSION | |||
#undef PRO_VERSION_MIN | #undef PRO_VERSION_MIN | |||
#undef PRO_VERSION_MAX | #undef PRO_VERSION_MAX | |||
#endif | #endif | |||
/* End of external module for 2.6.33 stuff */ | /* End of external module for 2.6.33 stuff */ | |||
#define REL_VERSION "9.1.10" | #define REL_VERSION "9.1.11" | |||
#define PRO_VERSION_MIN 86 | #define PRO_VERSION_MIN 86 | |||
#define PRO_VERSION_MAX 121 | #define PRO_VERSION_MAX 121 | |||
#ifndef __CHECKER__ /* for a sparse run, we need all STATICs */ | #ifndef __CHECKER__ /* for a sparse run, we need all STATICs */ | |||
#define DBG_ALL_SYMBOLS /* no static functs, improves quality of OOPS traces */ | #define DBG_ALL_SYMBOLS /* no static functs, improves quality of OOPS traces */ | |||
#endif | #endif | |||
/* Dump all cstate changes */ | /* Dump all cstate changes */ | |||
#define DUMP_MD 2 | #define DUMP_MD 2 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |