From 323bf8c5871f94b0623e98d575ccd79d19b14405 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 14 Aug 2013 16:16:33 -0700 Subject: btrfs-progs: add ULL to u64 constant This silences a sparse warning: warning: constant 0x4D5F53665248425F is so big it is long from commit 52162700bb59663add809a6465ce2769d80b3664 Author: Zach Brown Date: Thu Jan 17 11:54:47 2013 -0800 btrfs-progs: treat super.magic as an le64 High fives, past me! Signed-off-by: Zach Brown Signed-off-by: David Sterba Signed-off-by: Chris Mason --- ctree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctree.h') diff --git a/ctree.h b/ctree.h index 16914a4..fedb79a 100644 --- a/ctree.h +++ b/ctree.h @@ -38,7 +38,7 @@ struct btrfs_root; struct btrfs_trans_handle; struct btrfs_free_space_ctl; -#define BTRFS_MAGIC 0x4D5F53665248425F /* ascii _BHRfS_M, no null */ +#define BTRFS_MAGIC 0x4D5F53665248425FULL /* ascii _BHRfS_M, no null */ #define BTRFS_MAX_LEVEL 8 -- cgit v1.2.1