All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.5 patch] postfix three CIFS u64 constants with ULL
@ 2003-06-23  0:19 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-06-23  0:19 UTC (permalink / raw)
  To: Steve French; +Cc: linux-kernel, trivial

The patch below postfixes three CIFS u64 constants with ULL.

Please apply
Adrian

--- linux-2.5.73-not-full/fs/cifs/inode.c.old	2003-06-23 02:15:06.000000000 +0200
+++ linux-2.5.73-not-full/fs/cifs/inode.c	2003-06-23 02:16:17.000000000 +0200
@@ -635,9 +635,9 @@
 	struct cifsFileInfo *open_file = NULL;
 	FILE_BASIC_INFO time_buf;
 	int set_time = FALSE;
-	__u64 mode = 0xFFFFFFFFFFFFFFFF;
-	__u64 uid = 0xFFFFFFFFFFFFFFFF;
-	__u64 gid = 0xFFFFFFFFFFFFFFFF;
+	__u64 mode = 0xFFFFFFFFFFFFFFFFULL;
+	__u64 uid = 0xFFFFFFFFFFFFFFFFULL;
+	__u64 gid = 0xFFFFFFFFFFFFFFFFULL;
 	struct cifsInodeInfo *cifsInode;
 
 	xid = GetXid();


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

only message in thread, other threads:[~2003-06-23  0:04 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:19 [2.5 patch] postfix three CIFS u64 constants 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.