projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b069705
)
ocfs2: finally remove MLF* macros
author
Mark Fasheh
<mark.fasheh@oracle.com>
Mon, 6 Mar 2006 20:33:14 +0000
(12:33 -0800)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Fri, 24 Mar 2006 22:58:29 +0000
(14:58 -0800)
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/cluster/masklog.h
patch
|
blob
|
history
diff --git
a/fs/ocfs2/cluster/masklog.h
b/fs/ocfs2/cluster/masklog.h
index 2cadc3009c8377db73af7eb98404f5cdbb2aed13..73edad782537d0458681751461fd0902c5a96dbd 100644
(file)
--- 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);