ocfs2: remove INODE from unused files.
authorTao Ma <boyu.mt@taobao.com>
Mon, 21 Feb 2011 03:18:23 +0000 (11:18 +0800)
committerTao Ma <boyu.mt@taobao.com>
Mon, 21 Feb 2011 03:18:23 +0000 (11:18 +0800)
As there are no such debug information in fs/ocfs2/ioctl.c,
fs/ocfs2/locks.c and fs/ocfs2/sysfile.c, ML_INODE are also
removed.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
fs/ocfs2/acl.c
fs/ocfs2/ioctl.c
fs/ocfs2/locks.c

index 704f6b1..69786e3 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/slab.h>
 #include <linux/string.h>
 
-#define MLOG_MASK_PREFIX ML_INODE
 #include <cluster/masklog.h>
 
 #include "ocfs2.h"
index b4f51e9..d9bfa90 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/mount.h>
 #include <linux/compat.h>
 
-#define MLOG_MASK_PREFIX ML_INODE
 #include <cluster/masklog.h>
 
 #include "ocfs2.h"
index b5cb3ed..e57c804 100644 (file)
@@ -26,7 +26,6 @@
 #include <linux/fs.h>
 #include <linux/fcntl.h>
 
-#define MLOG_MASK_PREFIX ML_INODE
 #include <cluster/masklog.h>
 
 #include "ocfs2.h"