search for: btrfs_magic_n

Displaying 3 results from an estimated 3 matches for "btrfs_magic_n".

Did you mean: btrfs_magic_l
2014 Nov 15
0
[PATCH] BTRFS_MAGIC_N is a 64bit value
gcc complains about the size of the constant of BTRFS_MAGIC_N. It is a 64bit value, so it needs the ULL suffix. Signed-off-by: MartinS <ams at ludd.ltu.se> --- diff --git a/core/fs/btrfs/btrfs.h b/core/fs/btrfs/btrfs.h index 1568e4d..8f519a9 100644 --- a/core/fs/btrfs/btrfs.h +++ b/core/fs/btrfs/btrfs.h @@ -32,7 +32,7 @@ typedef u64 __le64; #define...
2014 Nov 15
0
core/fs/btrfs/btrfs.h correction
gcc complains about the size of the constant of BTRFS_MAGIC_N. It is a 64bit value, so it needs the ULL suffix. diff --git a/core/fs/btrfs/btrfs.h b/core/fs/btrfs/btrfs.h index 1568e4d..8f519a9 100644 --- a/core/fs/btrfs/btrfs.h +++ b/core/fs/btrfs/btrfs.h @@ -32,7 +32,7 @@ typedef u64 __le64; #define BTRFS_MAGIC "_BHRfS_M" #define BTRFS_MAGIC_...
2015 Jan 25
0
release cycle 6.04
...7c5efd0 Signed-off-by: Gene Cumm <gene.cumm at gmail.com> commit 88427076c14ca833ae3c67bef514ba8e81d9144c Author: MartinS <ams at luminous.ludd.ltu.se> Date: Thu Nov 27 07:49:11 2014 -0500 btrfs: Suffix 64b macro gcc complains about the size of the constant of BTRFS_MAGIC_N. It is a 64bit value, so it needs the ULL suffix. Signed-off-by: MartinS <ams at luminous.ludd.ltu.se> Signed-off-by: Gene Cumm <gene.cumm at gmail.com> commit 4c6e09ef8598244d57635a051ad6d2f13552828c Author: Gene Cumm <gene.cumm at gmail.com> Date: Mon Jan 5 2...