Browse Source

Btrfs: add hash.h

Signed-off-by: Chris Mason <chris.mason@oracle.com>
Chris Mason 18 years ago
parent
commit
24af03ea5e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      fs/btrfs/hash.h

+ 4 - 0
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