Skip to content

Commit

Permalink
Btrfs: add hash.h
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Mason <chris.mason@oracle.com>
  • Loading branch information
Chris Mason authored and David Woodhouse committed Mar 15, 2007
1 parent 62e2749 commit 24af03e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fs/btrfs/hash.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#ifndef __HASH__
#define __HASH__
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
#endif

0 comments on commit 24af03e

Please sign in to comment.