All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.5 patch] postfix a NTFS constant with ULL
@ 2003-06-23  0:35 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-06-23  0:35 UTC (permalink / raw)
  To: aia21; +Cc: linux-ntfs-dev, linux-kernel, trivial

The patch below postfixes a NTFS constant that is too big for an int 
with ULL.

cu
Adrian

--- linux-2.5.73-not-full/fs/ntfs/layout.h.old	2003-06-23 02:27:30.000000000 +0200
+++ linux-2.5.73-not-full/fs/ntfs/layout.h	2003-06-23 02:27:51.000000000 +0200
@@ -43,7 +43,7 @@
 #define const_cpu_to_le64(x)	__constant_cpu_to_le64(x)
 
 /* The NTFS oem_id */
-#define magicNTFS	const_cpu_to_le64(0x202020205346544e) /* "NTFS    " */
+#define magicNTFS	const_cpu_to_le64(0x202020205346544eULL) /* "NTFS    " */
 
 /*
  * Location of bootsector on partition:



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-23  0:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-23  0:35 [2.5 patch] postfix a NTFS constant with ULL Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.