diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-20 22:19:43 -0500 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-20 22:19:43 -0500 |
commit | b4e1b7e88b2c87c358c2a88bec0c76d25accc604 (patch) | |
tree | 50c8ab74457a1b3e6ab139018d9d122857c3261c /fs | |
parent | 75ba49ae0637c15880fe8f1c8a89333afa052bd8 (diff) |
ocfs2: Make the left masklogs compat.
Since we have removed almost all of the masklogs in fs/ocfs2/*,
make the left masklogs compat.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ocfs2/cluster/masklog.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index 0fe96c2830c2..baa2b9ef7eef 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h | |||
@@ -82,23 +82,23 @@ | |||
82 | 82 | ||
83 | /* bits that are frequently given and infrequently matched in the low word */ | 83 | /* bits that are frequently given and infrequently matched in the low word */ |
84 | /* NOTE: If you add a flag, you need to also update masklog.c! */ | 84 | /* NOTE: If you add a flag, you need to also update masklog.c! */ |
85 | #define ML_TCP 0x0000000000000004ULL /* net cluster/tcp.c */ | 85 | #define ML_TCP 0x0000000000000001ULL /* net cluster/tcp.c */ |
86 | #define ML_MSG 0x0000000000000008ULL /* net network messages */ | 86 | #define ML_MSG 0x0000000000000002ULL /* net network messages */ |
87 | #define ML_SOCKET 0x0000000000000010ULL /* net socket lifetime */ | 87 | #define ML_SOCKET 0x0000000000000004ULL /* net socket lifetime */ |
88 | #define ML_HEARTBEAT 0x0000000000000020ULL /* hb all heartbeat tracking */ | 88 | #define ML_HEARTBEAT 0x0000000000000008ULL /* hb all heartbeat tracking */ |
89 | #define ML_HB_BIO 0x0000000000000040ULL /* hb io tracing */ | 89 | #define ML_HB_BIO 0x0000000000000010ULL /* hb io tracing */ |
90 | #define ML_DLMFS 0x0000000000000080ULL /* dlm user dlmfs */ | 90 | #define ML_DLMFS 0x0000000000000020ULL /* dlm user dlmfs */ |
91 | #define ML_DLM 0x0000000000000100ULL /* dlm general debugging */ | 91 | #define ML_DLM 0x0000000000000040ULL /* dlm general debugging */ |
92 | #define ML_DLM_DOMAIN 0x0000000000000200ULL /* dlm domain debugging */ | 92 | #define ML_DLM_DOMAIN 0x0000000000000080ULL /* dlm domain debugging */ |
93 | #define ML_DLM_THREAD 0x0000000000000400ULL /* dlm domain thread */ | 93 | #define ML_DLM_THREAD 0x0000000000000100ULL /* dlm domain thread */ |
94 | #define ML_DLM_MASTER 0x0000000000000800ULL /* dlm master functions */ | 94 | #define ML_DLM_MASTER 0x0000000000000200ULL /* dlm master functions */ |
95 | #define ML_DLM_RECOVERY 0x0000000000001000ULL /* dlm master functions */ | 95 | #define ML_DLM_RECOVERY 0x0000000000000400ULL /* dlm master functions */ |
96 | #define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ | 96 | #define ML_DLM_GLUE 0x0000000000000800ULL /* ocfs2 dlm glue layer */ |
97 | #define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ | 97 | #define ML_VOTE 0x0000000000001000ULL /* ocfs2 node messaging */ |
98 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ | 98 | #define ML_CONN 0x0000000000002000ULL /* net connection management */ |
99 | #define ML_QUORUM 0x0000000008000000ULL /* net connection quorum */ | 99 | #define ML_QUORUM 0x0000000000004000ULL /* net connection quorum */ |
100 | #define ML_BASTS 0x0000000100000000ULL /* dlmglue asts and basts */ | 100 | #define ML_BASTS 0x0000000000008000ULL /* dlmglue asts and basts */ |
101 | #define ML_CLUSTER 0x0000000400000000ULL /* cluster stack */ | 101 | #define ML_CLUSTER 0x0000000000010000ULL /* cluster stack */ |
102 | 102 | ||
103 | /* bits that are infrequently given and frequently matched in the high word */ | 103 | /* bits that are infrequently given and frequently matched in the high word */ |
104 | #define ML_ERROR 0x1000000000000000ULL /* sent to KERN_ERR */ | 104 | #define ML_ERROR 0x1000000000000000ULL /* sent to KERN_ERR */ |