Whamcloud - gitweb
LU-8998 lod: accomodate to composite layout
[fs/lustre-release.git] / libcfs / include / libcfs / libcfs_debug.h
index eff16dc..2eb6b7a 100644 (file)
@@ -154,13 +154,15 @@ struct ptldebug_header {
 #define D_LFSCK                0x10000000 /* For both OI scrub and LFSCK */
 #define D_HSM          0x20000000
 #define D_SNAPSHOT     0x40000000 /* snapshot */
+#define D_LAYOUT       0x80000000
 
 #define LIBCFS_DEBUG_MASKS_NAMES {                                     \
        "trace", "inode", "super", "ext2", "malloc", "cache", "info",   \
        "ioctl", "neterror", "net", "warning", "buffs", "other",        \
        "dentry", "nettrace", "page", "dlmtrace", "error", "emerg",     \
        "ha", "rpctrace", "vfstrace", "reada", "mmap", "config",        \
-       "console", "quota", "sec", "lfsck", "hsm", "snapshot", NULL }
+       "console", "quota", "sec", "lfsck", "hsm", "snapshot", "layout",\
+       NULL }
 
 #define D_CANTMASK   (D_ERROR | D_EMERG | D_WARNING | D_CONSOLE)