Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ocfs2: remove INODE from unused files.

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>

Tao Ma da561c9c 614a9e84

-3
-1
fs/ocfs2/acl.c
··· 24 24 #include <linux/slab.h> 25 25 #include <linux/string.h> 26 26 27 - #define MLOG_MASK_PREFIX ML_INODE 28 27 #include <cluster/masklog.h> 29 28 30 29 #include "ocfs2.h"
-1
fs/ocfs2/ioctl.c
··· 9 9 #include <linux/mount.h> 10 10 #include <linux/compat.h> 11 11 12 - #define MLOG_MASK_PREFIX ML_INODE 13 12 #include <cluster/masklog.h> 14 13 15 14 #include "ocfs2.h"
-1
fs/ocfs2/locks.c
··· 26 26 #include <linux/fs.h> 27 27 #include <linux/fcntl.h> 28 28 29 - #define MLOG_MASK_PREFIX ML_INODE 30 29 #include <cluster/masklog.h> 31 30 32 31 #include "ocfs2.h"