[2.5 patch] postfix three CIFS u64 constants with ULL

Adrian Bunk (bunk@fs.tum.de)
Mon, 23 Jun 2003 02:19:02 +0200


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();

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/