diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/cluster/masklog.h | 10 |
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; | |||
256 | } \ | 256 | } \ |
257 | } while (0) | 257 | } while (0) |
258 | 258 | ||
259 | #if (BITS_PER_LONG == 32) || defined(CONFIG_X86_64) || (defined(CONFIG_UML_X86) && defined(CONFIG_64BIT)) | ||
260 | #define MLFi64 "lld" | ||
261 | #define MLFu64 "llu" | ||
262 | #define MLFx64 "llx" | ||
263 | #else | ||
264 | #define MLFi64 "ld" | ||
265 | #define MLFu64 "lu" | ||
266 | #define MLFx64 "lx" | ||
267 | #endif | ||
268 | |||
269 | #include <linux/kobject.h> | 259 | #include <linux/kobject.h> |
270 | #include <linux/sysfs.h> | 260 | #include <linux/sysfs.h> |
271 | int mlog_sys_init(struct subsystem *o2cb_subsys); | 261 | int mlog_sys_init(struct subsystem *o2cb_subsys); |