diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-24 11:09:38 +0300 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-24 11:09:38 +0300 |
commit | 15057e981abb3436c16835af1001447056a809b5 (patch) | |
tree | 331f678020329bf08aabf3208004d1c60192b115 /fs/ocfs2/cluster/masklog.c | |
parent | b41079504c786eb226e7e1e3dc5cc1f37fbd1c2b (diff) | |
download | linux-15057e981abb3436c16835af1001447056a809b5.tar.xz |
ocfs2: Remove masklog ML_BH_IO.
Remove mlog(0,...) and mlog(ML_BH_IO,...) from
fs/ocfs2/buffer_head_io.c.
The masklog BH_IO is removed finally.
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 b64fb67c2999..d845ccef2408 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(DLM_GLUE), - define_mask(BH_IO), define_mask(UPTODATE), define_mask(VOTE), define_mask(CONN), |