diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-22 15:27:33 +0100 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-22 15:27:33 +0100 |
commit | a716357c47ea1cc4f535356cff2c39edd327136b (patch) | |
tree | 132f3e6114aac821e42f75e74ac92fe3e138ba5a /fs/ocfs2/cluster/masklog.c | |
parent | ocfs2: Remove masklog ML_INODE. (diff) | |
download | linux-a716357c47ea1cc4f535356cff2c39edd327136b.tar.xz linux-a716357c47ea1cc4f535356cff2c39edd327136b.zip |
ocfs2: Remove masklog ML_EXTENT_MAP.
Remove mlog(0) from fs/ocfs2/extent_map.c and the masklog EXTENT_MAP.
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 e18fb801633e..c5ba4373d863 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c @@ -94,7 +94,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { define_mask(AIO), define_mask(JOURNAL), define_mask(SUPER), - define_mask(EXTENT_MAP), define_mask(DLM_GLUE), define_mask(BH_IO), define_mask(UPTODATE), |