udf: use crc_itu_t from lib instead of udf_crc
authorBob Copeland <me@bobcopeland.com>
Thu, 17 Apr 2008 07:47:48 +0000 (09:47 +0200)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:29:56 +0000 (14:29 +0200)
commitf845fced913b1437659bb5baf187698547697afe
treee23244018eeb8a57229ef0f12f69521a50881e14
parent706047a79725b585cf272fdefc234b31b6545c72
udf: use crc_itu_t from lib instead of udf_crc

As pointed out by Sergey Vlasov, UDF implements its own version of
the CRC ITU-T V.41.  Convert it to use the one in the library.

Signed-off-by: Bob Copeland <me@bobcopeland.com>
Cc: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/Kconfig
fs/udf/Makefile
fs/udf/crc.c [deleted file]
fs/udf/inode.c
fs/udf/misc.c
fs/udf/namei.c
fs/udf/super.c
fs/udf/udfdecl.h
fs/udf/unicode.c