]> git.ipfire.org Git - thirdparty/util-linux.git/commit
cramfs: revert crc32 changes
authorKarel Zak <kzak@redhat.com>
Wed, 19 Oct 2016 11:33:15 +0000 (13:33 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 19 Oct 2016 11:33:15 +0000 (13:33 +0200)
commit2687686cf467210ce8051a1e25ea0b7032442c53
tree9adde77d1fc7d2412358160c6cb78d1304dc0b4c
parent98fd13a1690a0ff9906a9e03dd162eacfee47d1e
cramfs: revert crc32 changes

We cannot use our crc32 without changes in the code, because our
ul_crc32() assumes that post-conditioning (xor) is done by
application. The zlib implementation does everything.

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fsck.cramfs.c
disk-utils/mkfs.cramfs.c