Commit 24af03ea authored by Chris Mason's avatar Chris Mason Committed by David Woodhouse
Browse files

Btrfs: add hash.h

parent 62e2749e
Loading
Loading
Loading
Loading

fs/btrfs/hash.h

0 → 100644
+4 −0
Original line number Diff line number Diff line
#ifndef __HASH__
#define __HASH__
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
#endif