diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-22 22:14:41 +0800 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-22 22:14:41 +0800 |
commit | 468eedde23d6c9335935773f4f5764267d5a7763 (patch) | |
tree | 7daaae752dc2e1793ba83bc854e5f8daa4879223 /fs/ocfs2/sysfile.c | |
parent | da561c9cfa3022f6134ef52686d52931d3d1df3d (diff) | |
download | linux-3.10-468eedde23d6c9335935773f4f5764267d5a7763.tar.gz linux-3.10-468eedde23d6c9335935773f4f5764267d5a7763.tar.bz2 linux-3.10-468eedde23d6c9335935773f4f5764267d5a7763.zip |
ocfs2: Remove mlog(0) from fs/ocfs2/file.c
This is the 2nd step to remove the debug info of INODE.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Diffstat (limited to 'fs/ocfs2/sysfile.c')
-rw-r--r-- | fs/ocfs2/sysfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/sysfile.c b/fs/ocfs2/sysfile.c index 902efb23b6a..3d635f4bbb2 100644 --- a/fs/ocfs2/sysfile.c +++ b/fs/ocfs2/sysfile.c @@ -27,7 +27,6 @@ #include <linux/types.h> #include <linux/highmem.h> -#define MLOG_MASK_PREFIX ML_INODE #include <cluster/masklog.h> #include "ocfs2.h" |