]> git.baikalelectronics.ru Git - kernel.git/commit
UDF: fix function name from udf_crc16 to udf_crc
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 16 Jul 2007 06:41:40 +0000 (23:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:51 +0000 (09:05 -0700)
commit0973ab5f79cf50e22fbda234aea77e03a9cdf7e1
treee416b94adc3c72cb2767d5f31d6d339f4716dcef
parent98e06b9217085809e5ff3540689e5c71454bd337
UDF: fix function name from udf_crc16 to udf_crc

We have to change udf_crc16() name to udf_crc() to be able to play with CRC
test.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Jan Kara <jack@ucw.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/udf/crc.c