]> git.ipfire.org Git - people/ms/linux.git/blobdiff - fs/ext4/mballoc.h
ext4: fix compile error while opening the macro DOUBLE_CHECK
[people/ms/linux.git] / fs / ext4 / mballoc.h
index d634e183b4d4b3034c05520254c87a77bed90200..3ef1df6ae9ec6f67102c52cf9624a317e321d19b 100644 (file)
 #include "ext4_jbd2.h"
 #include "ext4.h"
 
-/*
- * with AGGRESSIVE_CHECK allocator runs consistency checks over
- * structures. these checks slow things down a lot
- */
-#define AGGRESSIVE_CHECK__
-
-/*
- * with DOUBLE_CHECK defined mballoc creates persistent in-core
- * bitmaps, maintains and uses them to check for double allocations
- */
-#define DOUBLE_CHECK__
-
 /*
  */
 #ifdef CONFIG_EXT4_DEBUG