lkml.org 
[lkml]   [2003]   [Jun]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.5 patch] postfix three CIFS u64 constants with ULL
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/

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.023 / U:1.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site