mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
Btrfs: add hash.h
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
62e2749e03
commit
24af03ea5e
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 New Issue
Block a user