Btrfs: add hash.h

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason 2007-03-15 12:57:43 -04:00 committed by David Woodhouse
parent 62e2749e03
commit 24af03ea5e

4
fs/btrfs/hash.h Normal file
View file

@ -0,0 +1,4 @@
#ifndef __HASH__
#define __HASH__
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
#endif