]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libfrog: move crc32c code out of libxfs
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 1 Aug 2018 22:06:35 +0000 (17:06 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 1 Aug 2018 22:06:35 +0000 (17:06 -0500)
commit973de649842b6f96db32e5060b62e8fbcc05f033
tree470494ef2992a32edc4c639f07755c1782d0e85e
parentb123033ac2bb075b0abcc631a9416c365805f154
libfrog: move crc32c code out of libxfs

crc32c code isn't part of the kernel libxfs, nor should it be part of
xfsprogs libxfs.  Put it in libfrog since it's runtime support anyway.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
.gitignore
include/crc32c.h [new file with mode: 0644]
libfrog/Makefile
libfrog/crc32.c [moved from libxfs/crc32.c with 100% similarity]
libfrog/crc32defs.h [moved from libxfs/crc32defs.h with 100% similarity]
libfrog/gen_crc32table.c [moved from libxfs/gen_crc32table.c with 100% similarity]
libxfs/Makefile
libxfs/libxfs_priv.h