ocfs2: Make the left masklogs compat.
[pandora-kernel.git] / fs / ocfs2 / cluster / masklog.h
index 155835a..baa2b9e 100644 (file)
 
 /* bits that are frequently given and infrequently matched in the low word */
 /* NOTE: If you add a flag, you need to also update masklog.c! */
-#define ML_TCP         0x0000000000000004ULL /* net cluster/tcp.c */
-#define ML_MSG         0x0000000000000008ULL /* net network messages */
-#define ML_SOCKET      0x0000000000000010ULL /* net socket lifetime */
-#define ML_HEARTBEAT   0x0000000000000020ULL /* hb all heartbeat tracking */
-#define ML_HB_BIO      0x0000000000000040ULL /* hb io tracing */
-#define ML_DLMFS       0x0000000000000080ULL /* dlm user dlmfs */
-#define ML_DLM         0x0000000000000100ULL /* dlm general debugging */
-#define ML_DLM_DOMAIN  0x0000000000000200ULL /* dlm domain debugging */
-#define ML_DLM_THREAD  0x0000000000000400ULL /* dlm domain thread */
-#define ML_DLM_MASTER  0x0000000000000800ULL /* dlm master functions */
-#define ML_DLM_RECOVERY        0x0000000000001000ULL /* dlm master functions */
-#define ML_AIO         0x0000000000002000ULL /* ocfs2 aio read and write */
-#define ML_JOURNAL     0x0000000000004000ULL /* ocfs2 journalling functions */
-#define ML_SUPER       0x0000000000010000ULL /* ocfs2 mount / umount */
-#define ML_FILE_IO     0x0000000000020000ULL /* ocfs2 file I/O */
-#define ML_EXTENT_MAP  0x0000000000040000ULL /* ocfs2 extent map caching */
-#define ML_DLM_GLUE    0x0000000000080000ULL /* ocfs2 dlm glue layer */
-#define ML_BH_IO       0x0000000000100000ULL /* ocfs2 buffer I/O */
-#define ML_UPTODATE    0x0000000000200000ULL /* ocfs2 caching sequence #'s */
-#define ML_NAMEI       0x0000000000400000ULL /* ocfs2 directory / namespace */
-#define ML_INODE       0x0000000000800000ULL /* ocfs2 inode manipulation */
-#define ML_VOTE                0x0000000001000000ULL /* ocfs2 node messaging  */
-#define ML_DCACHE      0x0000000002000000ULL /* ocfs2 dcache operations */
-#define ML_CONN                0x0000000004000000ULL /* net connection management */
-#define ML_QUORUM      0x0000000008000000ULL /* net connection quorum */
-#define ML_EXPORT      0x0000000010000000ULL /* ocfs2 export operations */
-#define ML_XATTR       0x0000000020000000ULL /* ocfs2 extended attributes */
-#define ML_QUOTA       0x0000000040000000ULL /* ocfs2 quota operations */
-#define ML_REFCOUNT    0x0000000080000000ULL /* refcount tree operations */
-#define ML_BASTS       0x0000000100000000ULL /* dlmglue asts and basts */
-#define ML_RESERVATIONS        0x0000000200000000ULL /* ocfs2 alloc reservations */
-#define ML_CLUSTER     0x0000000400000000ULL /* cluster stack */
+#define ML_TCP         0x0000000000000001ULL /* net cluster/tcp.c */
+#define ML_MSG         0x0000000000000002ULL /* net network messages */
+#define ML_SOCKET      0x0000000000000004ULL /* net socket lifetime */
+#define ML_HEARTBEAT   0x0000000000000008ULL /* hb all heartbeat tracking */
+#define ML_HB_BIO      0x0000000000000010ULL /* hb io tracing */
+#define ML_DLMFS       0x0000000000000020ULL /* dlm user dlmfs */
+#define ML_DLM         0x0000000000000040ULL /* dlm general debugging */
+#define ML_DLM_DOMAIN  0x0000000000000080ULL /* dlm domain debugging */
+#define ML_DLM_THREAD  0x0000000000000100ULL /* dlm domain thread */
+#define ML_DLM_MASTER  0x0000000000000200ULL /* dlm master functions */
+#define ML_DLM_RECOVERY        0x0000000000000400ULL /* dlm master functions */
+#define ML_DLM_GLUE    0x0000000000000800ULL /* ocfs2 dlm glue layer */
+#define ML_VOTE                0x0000000000001000ULL /* ocfs2 node messaging  */
+#define ML_CONN                0x0000000000002000ULL /* net connection management */
+#define ML_QUORUM      0x0000000000004000ULL /* net connection quorum */
+#define ML_BASTS       0x0000000000008000ULL /* dlmglue asts and basts */
+#define ML_CLUSTER     0x0000000000010000ULL /* cluster stack */
 
 /* bits that are infrequently given and frequently matched in the high word */
 #define ML_ERROR       0x1000000000000000ULL /* sent to KERN_ERR */