dm log writes: use ULL suffix for 64-bit constants
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 18 Apr 2015 22:07:30 +0000 (00:07 +0200)
committerMike Snitzer <snitzer@redhat.com>
Fri, 29 May 2015 18:19:01 +0000 (14:19 -0400)
commitf4ad317aedf836e7bb67108a119bfec7f3d97ef1
treed40127feb839af6e919ad47895728a3e4c972dd8
parente223e1de4f8a586662c4917f6f673126574960dd
dm log writes: use ULL suffix for 64-bit constants

On 32-bit:
drivers/md/dm-log-writes.c: In function ‘log_super’:
drivers/md/dm-log-writes.c:323: warning: integer constant is too large for ‘long’ type

Add a ULL suffix to WRITE_LOG_MAGIC to fix this.
Also add a ULL suffix to WRITE_LOG_VERSION as it's stored in a __le64
field.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-log-writes.c