aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/masklog.c
diff options
context:
space:
mode:
authorTao Ma <boyu.mt@taobao.com>2011-02-22 21:59:46 +0800
committerTao Ma <boyu.mt@taobao.com>2011-02-22 21:59:46 +0800
commit614a9e849ca6ea24843795251cb30af525d5336b (patch)
treebf1344ab1a0d932c997b4e7646d062c290c7cedd /fs/ocfs2/cluster/masklog.c
parent9558156bcf8e4750d20034e941213273743ed86a (diff)
downloadlinux-614a9e849ca6ea24843795251cb30af525d5336b.tar.gz
ocfs2: Remove FILE_IO from masklog.
Change all the "mlog(0," in fs/ocfs2/mmap.c to trace events. And finally remove masklog FILE_IO. Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Diffstat (limited to 'fs/ocfs2/cluster/masklog.c')
-rw-r--r--fs/ocfs2/cluster/masklog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c
index a961cca125290c..036e8b8814f796 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(FILE_IO),
define_mask(EXTENT_MAP),
define_mask(DLM_GLUE),
define_mask(BH_IO),