diff options
| -rw-r--r-- | fs/cifs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index f856df4adae3..3c371f7f5963 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c | |||
| @@ -710,7 +710,7 @@ cgfi_exit: | |||
| 710 | /* Simple function to return a 64 bit hash of string. Rarely called */ | 710 | /* Simple function to return a 64 bit hash of string. Rarely called */ |
| 711 | static __u64 simple_hashstr(const char *str) | 711 | static __u64 simple_hashstr(const char *str) |
| 712 | { | 712 | { |
| 713 | const __u64 hash_mult = 1125899906842597L; /* a big enough prime */ | 713 | const __u64 hash_mult = 1125899906842597ULL; /* a big enough prime */ |
| 714 | __u64 hash = 0; | 714 | __u64 hash = 0; |
| 715 | 715 | ||
| 716 | while (*str) | 716 | while (*str) |
