Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/linux/kerne...
[sfrench/cifs-2.6.git] / fs / cifs / inode.c
index f856df4adae3c8e8c09cf4c9195f0c0dc2891ca4..3c371f7f5963e7933ae507df3f40ee5475a56ead 100644 (file)
@@ -710,7 +710,7 @@ cgfi_exit:
 /* Simple function to return a 64 bit hash of string.  Rarely called */
 static __u64 simple_hashstr(const char *str)
 {
-       const __u64 hash_mult =  1125899906842597L; /* a big enough prime */
+       const __u64 hash_mult =  1125899906842597ULL; /* a big enough prime */
        __u64 hash = 0;
 
        while (*str)