From: Chris Mason Date: Thu, 15 Mar 2007 16:57:43 +0000 (-0400) Subject: Btrfs: add hash.h X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~666 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=24af03ea5e765d57860c975efcdcd41ec7f63fd9;p=karo-tx-linux.git Btrfs: add hash.h Signed-off-by: Chris Mason --- 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 @@ +#ifndef __HASH__ +#define __HASH__ +int btrfs_name_hash(const char *name, int len, u64 *hash_result); +#endif