From 189b5ec6c177fbe67d400d1d5fd0a9a745904960 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Thu, 15 Mar 2007 12:57:43 -0400 Subject: [PATCH] --- yaml --- r: 128282 b: refs/heads/master c: 24af03ea5e765d57860c975efcdcd41ec7f63fd9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/btrfs/hash.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 trunk/fs/btrfs/hash.h diff --git a/[refs] b/[refs] index 8575d51c017b..d25423ade9f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 62e2749e03a855d98855f9ce032dbe72d5fad148 +refs/heads/master: 24af03ea5e765d57860c975efcdcd41ec7f63fd9 diff --git a/trunk/fs/btrfs/hash.h b/trunk/fs/btrfs/hash.h new file mode 100644 index 000000000000..e56c4670093d --- /dev/null +++ b/trunk/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