diff options
Diffstat (limited to 'fs/btrfs/hash.h')
-rw-r--r-- | fs/btrfs/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/hash.h b/fs/btrfs/hash.h index d3be02670585..868ee17ca77a 100644 --- a/fs/btrfs/hash.h +++ b/fs/btrfs/hash.h | |||
@@ -18,5 +18,5 @@ | |||
18 | 18 | ||
19 | #ifndef __HASH__ | 19 | #ifndef __HASH__ |
20 | #define __HASH__ | 20 | #define __HASH__ |
21 | int btrfs_name_hash(const char *name, int len, u64 *hash_result); | 21 | u64 btrfs_name_hash(const char *name, int len); |
22 | #endif | 22 | #endif |