Skip to content
Snippets Groups Projects
Commit e6c2cbf0 authored by alex's avatar alex
Browse files

- internal testing and extra checks should be disabled by default

parent f73c0b31
No related branches found
No related tags found
No related merge requests found
...@@ -2555,13 +2555,13 @@ Index: linux-2.4.24/include/linux/ext3_extents.h ...@@ -2555,13 +2555,13 @@ Index: linux-2.4.24/include/linux/ext3_extents.h
+ * other hard changes happens much more often + * other hard changes happens much more often
+ * this is for debug purposes only + * this is for debug purposes only
+ */ + */
+#define AGRESSIVE_TEST +#define AGRESSIVE_TEST_
+ +
+/* +/*
+ * if CHECK_BINSEARCH defined, then results of binary search + * if CHECK_BINSEARCH defined, then results of binary search
+ * will be checked by linear search + * will be checked by linear search
+ */ + */
+#define CHECK_BINSEARCH +#define CHECK_BINSEARCH_
+ +
+/* +/*
+ * if EXT_DEBUG is defined you can use 'extdebug' mount option + * if EXT_DEBUG is defined you can use 'extdebug' mount option
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment