diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-23 21:29:08 +0800 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-23 21:29:08 +0800 |
commit | 32a42d392bf9b8f90f41434ccb3605e958b16251 (patch) | |
tree | 56c8db7307fd74340635817d692a0fcddb5eece2 /fs/ocfs2/cluster/masklog.c | |
parent | b5770f98b00e94dd573e3438427de09733fe2039 (diff) | |
download | op-kernel-dev-32a42d392bf9b8f90f41434ccb3605e958b16251.zip op-kernel-dev-32a42d392bf9b8f90f41434ccb3605e958b16251.tar.gz |
ocfs2: Remove masklog ML_SUPER.
Remove mlog(0) from fs/ocfs2/super.c and the masklog SUPER.
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 c5ba437..ffc0de6 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c @@ -93,7 +93,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { define_mask(DLM_RECOVERY), define_mask(AIO), define_mask(JOURNAL), - define_mask(SUPER), define_mask(DLM_GLUE), define_mask(BH_IO), define_mask(UPTODATE), |