]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Btrfs: add hash.h
authorChris Mason <chris.mason@oracle.com>
Thu, 15 Mar 2007 16:57:43 +0000 (12:57 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Thu, 15 Mar 2007 16:57:43 +0000 (12:57 -0400)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/hash.h [new file with mode: 0644]

diff --git a/fs/btrfs/hash.h b/fs/btrfs/hash.h
new file mode 100644 (file)
index 0000000..e56c467
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef __HASH__
+#define __HASH__
+int btrfs_name_hash(const char *name, int len, u64 *hash_result);
+#endif