From: Tao Ma Date: Mon, 21 Feb 2011 03:19:02 +0000 (+0800) Subject: ocfs2: remove NAMEI from symlink.c X-Git-Tag: v2.6.39-rc1~26^2~1^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f32037d9bda37ca9a7a179cc1546033d374a8541;p=thirdparty%2Fkernel%2Flinux.git ocfs2: remove NAMEI from symlink.c No mlog(0,...) in symlink.c, so just remove NAMEI. Signed-off-by: Tao Ma --- diff --git a/fs/ocfs2/symlink.c b/fs/ocfs2/symlink.c index 5485b19ec8f2b..5d22872e2bb36 100644 --- a/fs/ocfs2/symlink.c +++ b/fs/ocfs2/symlink.c @@ -40,7 +40,6 @@ #include #include -#define MLOG_MASK_PREFIX ML_NAMEI #include #include "ocfs2.h"