diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-21 11:19:27 +0800 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-21 11:19:27 +0800 |
commit | 75ba49ae0637c15880fe8f1c8a89333afa052bd8 (patch) | |
tree | 4296c6299214c2387d55d0310bcdee63f1102f8c /fs/ocfs2/cluster/masklog.c | |
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/masklog.c')
-rw-r--r-- | fs/ocfs2/cluster/masklog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c index bbea7b6cb4d..07ac24fd925 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] = { define_mask(DLM_THREAD), define_mask(DLM_MASTER), define_mask(DLM_RECOVERY), - define_mask(AIO), define_mask(DLM_GLUE), define_mask(VOTE), define_mask(CONN), |