]> Pileus Git - ~andy/linux/blobdiff - fs/ext4/mballoc.h
ext4: use module parameters instead of debugfs for mballoc_debug
[~andy/linux] / fs / ext4 / mballoc.h
index 3ccd889ba953c10f7c6e38200e8873c5ee344b2a..08481ee84cd58028c694a5713be5a63ee54a8821 100644 (file)
 /*
  */
 #ifdef CONFIG_EXT4_DEBUG
-extern u8 mb_enable_debug;
+extern ushort ext4_mballoc_debug;
 
 #define mb_debug(n, fmt, a...)                                         \
        do {                                                            \
-               if ((n) <= mb_enable_debug) {                           \
+               if ((n) <= ext4_mballoc_debug) {                        \
                        printk(KERN_DEBUG "(%s, %d): %s: ",             \
                               __FILE__, __LINE__, __func__);           \
                        printk(fmt, ## a);                              \