From: Filipe David Borba Manana Date: Wed, 29 Jan 2014 21:06:04 +0000 (+0000) Subject: Btrfs: use btrfs_crc32c everywhere instead of libcrc32c X-Git-Tag: v3.14-rc2~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b947aff1599afbbd2ec07ada87b05af0f94cf10;p=pandora-kernel.git 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed