diff options
-rw-r--r-- | fs/btrfs/hash.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/btrfs/hash.h b/fs/btrfs/hash.h new file mode 100644 index 000000000000..e56c4670093d --- /dev/null +++ b/fs/btrfs/hash.h | |||
@@ -0,0 +1,4 @@ | |||
1 | #ifndef __HASH__ | ||
2 | #define __HASH__ | ||
3 | int btrfs_name_hash(const char *name, int len, u64 *hash_result); | ||
4 | #endif | ||