From: David Woodhouse Date: Sun, 19 Apr 2009 12:02:41 +0000 (+0100) Subject: Btrfs: remove crc32c.h and use libcrc32c directly. X-Git-Tag: v2.6.31-rc1~380^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=163e783e6a8b1e8bcb4c9084d438091386b589df;p=pandora-kernel.git Btrfs: remove crc32c.h and use libcrc32c directly. There's no need to preserve this abstraction; it used to let us use hardware crc32c support directly, but libcrc32c is already doing that for us through the crypto API -- so we're already using the Intel crc32c acceleration where appropriate. Signed-off-by: David Woodhouse Signed-off-by: Chris Mason --- Reading git-diff-tree failed