Btrfs: use btrfs_crc32c everywhere instead of libcrc32c
authorFilipe David Borba Manana <fdmanana@gmail.com>
Wed, 29 Jan 2014 21:06:04 +0000 (21:06 +0000)
committerChris Mason <clm@fb.com>
Mon, 3 Feb 2014 17:01:27 +0000 (09:01 -0800)
commit0b947aff1599afbbd2ec07ada87b05af0f94cf10
tree493e454078b2169ab97b5080390945589bb0d276
parent8101c8dbf6243ba517aab58d69bf1bc37d8b7b9c
Btrfs: use btrfs_crc32c everywhere instead of libcrc32c

After the commit titled "Btrfs: fix btrfs boot when compiled as built-in",
LIBCRC32C requirement was removed from btrfs' Kconfig. This made it not
possible to build a kernel with btrfs enabled (either as module or built-in)
if libcrc32c is not enabled as well. So just replace all uses of libcrc32c
with the equivalent function in btrfs hash.h - btrfs_crc32c.

Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/check-integrity.c
fs/btrfs/disk-io.c
fs/btrfs/send.c