Btrfs: add hash.h
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
62e2749e03
commit
24af03ea5e
1 changed files with 4 additions and 0 deletions
4
fs/btrfs/hash.h
Normal file
4
fs/btrfs/hash.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef __HASH__
|
||||
#define __HASH__
|
||||
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
|
||||
#endif
|
Loading…
Reference in a new issue