Switch btrfs_name_hash() to crc32c
authorDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 19 Aug 2008 18:21:57 +0000 (19:21 +0100)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:06 +0000 (11:04 -0400)
commit615f996fb8185a0bc02812ebd72cb77ded5645f1
tree0e97c4fd52b44d603e589e41c90892739e6f5a30
parent76fcef19c40328499a2f6d59d76b72fd03d2cc82
Switch btrfs_name_hash() to crc32c

Date: Tue, 19 Aug 2008 19:21:57 +0100
Using a 64-bit hash as the readdir cookie is just asking for trouble.
And gets it, when we try to export the file system by NFS.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/Makefile
fs/btrfs/hash.c [deleted file]
fs/btrfs/hash.h