From a89164c7a440d3b0490e33b8e219a194197a1a50 Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Mon, 6 Mar 2006 12:33:14 -0800 Subject: [PATCH] --- yaml --- r: 23766 b: refs/heads/master c: ea8aa68d36026c4c3d938170b06957aeac9682f4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/cluster/masklog.h | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/[refs] b/[refs] index d9a2adf0a8f2..6a63c77c05e4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b0697053f9e8de9cea3d510d9e290851ece9460b +refs/heads/master: ea8aa68d36026c4c3d938170b06957aeac9682f4 diff --git a/trunk/fs/ocfs2/cluster/masklog.h b/trunk/fs/ocfs2/cluster/masklog.h index 2cadc3009c83..73edad782537 100644 --- a/trunk/fs/ocfs2/cluster/masklog.h +++ b/trunk/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 #include int mlog_sys_init(struct subsystem *o2cb_subsys);