diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-20 22:19:27 -0500 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-20 22:19:27 -0500 |
commit | 75ba49ae0637c15880fe8f1c8a89333afa052bd8 (patch) | |
tree | 4296c6299214c2387d55d0310bcdee63f1102f8c /fs/ocfs2/cluster | |
parent | d701485a6246486fda0ee58457b82a81562a7bc4 (diff) |
ocfs2: Remove masklog ML_AIO.
There is no user for masklog AIO, so remove it.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Diffstat (limited to 'fs/ocfs2/cluster')
-rw-r--r-- | fs/ocfs2/cluster/masklog.c | 1 | ||||
-rw-r--r-- | fs/ocfs2/cluster/masklog.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c index bbea7b6cb4d3..07ac24fd9252 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c | |||
@@ -91,7 +91,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { | |||
91 | define_mask(DLM_THREAD), | 91 | define_mask(DLM_THREAD), |
92 | define_mask(DLM_MASTER), | 92 | define_mask(DLM_MASTER), |
93 | define_mask(DLM_RECOVERY), | 93 | define_mask(DLM_RECOVERY), |
94 | define_mask(AIO), | ||
95 | define_mask(DLM_GLUE), | 94 | define_mask(DLM_GLUE), |
96 | define_mask(VOTE), | 95 | define_mask(VOTE), |
97 | define_mask(CONN), | 96 | define_mask(CONN), |
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index 7a86add27f69..0fe96c2830c2 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h | |||
@@ -93,7 +93,6 @@ | |||
93 | #define ML_DLM_THREAD 0x0000000000000400ULL /* dlm domain thread */ | 93 | #define ML_DLM_THREAD 0x0000000000000400ULL /* dlm domain thread */ |
94 | #define ML_DLM_MASTER 0x0000000000000800ULL /* dlm master functions */ | 94 | #define ML_DLM_MASTER 0x0000000000000800ULL /* dlm master functions */ |
95 | #define ML_DLM_RECOVERY 0x0000000000001000ULL /* dlm master functions */ | 95 | #define ML_DLM_RECOVERY 0x0000000000001000ULL /* dlm master functions */ |
96 | #define ML_AIO 0x0000000000002000ULL /* ocfs2 aio read and write */ | ||
97 | #define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ | 96 | #define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ |
98 | #define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ | 97 | #define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ |
99 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ | 98 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ |