diff options
| author | 2007-03-15 12:57:43 -0400 | |
|---|---|---|
| committer | 2007-03-15 12:57:43 -0400 | |
| commit | 24af03ea5e765d57860c975efcdcd41ec7f63fd9 (patch) | |
| tree | 45e414fef09c15e49ad48659cbbf0858515aefbd | |
| parent | Btrfs: Use a chunk of the key flags to record the item type. (diff) | |
| download | linux-dev-24af03ea5e765d57860c975efcdcd41ec7f63fd9.tar.xz linux-dev-24af03ea5e765d57860c975efcdcd41ec7f63fd9.zip | |
Btrfs: add hash.h
Signed-off-by: Chris Mason <chris.mason@oracle.com>
| -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 @@ +#ifndef __HASH__ +#define __HASH__ +int btrfs_name_hash(const char *name, int len, u64 *hash_result); +#endif |
