aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorMark Fasheh <mark.fasheh@oracle.com>2006-03-06 12:33:14 -0800
committerMark Fasheh <mark.fasheh@oracle.com>2006-03-24 14:58:29 -0800
commitea8aa68d36026c4c3d938170b06957aeac9682f4 (patch)
treeefc85ec20bdbacbe476bd7b01d73681cdf01193f /fs/ocfs2
parentocfs2: don't use MLF* in the file system (diff)
downloadlinux-dev-ea8aa68d36026c4c3d938170b06957aeac9682f4.tar.xz
linux-dev-ea8aa68d36026c4c3d938170b06957aeac9682f4.zip
ocfs2: finally remove MLF* macros
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/cluster/masklog.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h
index 2cadc3009c83..73edad782537 100644
--- a/fs/ocfs2/cluster/masklog.h
+++ b/fs/ocfs2/cluster/masklog.h
@@ -256,16 +256,6 @@ extern struct mlog_bits mlog_and_bits, mlog_not_bits;
} \
} while (0)
-#if (BITS_PER_LONG == 32) || defined(CONFIG_X86_64) || (defined(CONFIG_UML_X86) && defined(CONFIG_64BIT))
-#define MLFi64 "lld"
-#define MLFu64 "llu"
-#define MLFx64 "llx"
-#else
-#define MLFi64 "ld"
-#define MLFu64 "lu"
-#define MLFx64 "lx"
-#endif
-
#include <linux/kobject.h>
#include <linux/sysfs.h>
int mlog_sys_init(struct subsystem *o2cb_subsys);