Add mkfs to debug module
[lwext4.git] / lwext4 / ext4_debug.h
index 2d0a92bb9237036b28d642dda9ba2625b2fbccfc..f37f6d14b3dcaa789c3c35e4f610a69f692e4b41 100644 (file)
@@ -61,7 +61,8 @@
 #define DEBUG_INODE (1 << 11)
 #define DEBUG_SUPER (1 << 12)
 #define DEBUG_XATTR (1 << 13)
-#define DEBUG_EXT4 (1 << 14)
+#define DEBUG_MKFS (1 << 14)
+#define DEBUG_EXT4 (1 << 15)
 
 #define DEBUG_ALL (0xFFFFFFFF)
 
@@ -96,6 +97,8 @@ static inline const char *ext4_dmask_id2str(uint32_t m)
                return "ext4_super: ";
        case DEBUG_XATTR:
                return "ext4_xattr: ";
+       case DEBUG_MKFS:
+               return "ext4_mkfs: ";
        case DEBUG_EXT4:
                return "ext4: ";
        }