diff options
author | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> | 2013-09-11 23:26:32 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-12 00:59:45 +0200 |
commit | b34081f1cd59585451efaa69e1dff1b9507e6c89 (patch) | |
tree | b04c842059aeeed535e71e72570a29e2989ceeb3 /lib/locking-selftest-rsem.h | |
parent | ipc: drop ipc_lock_check (diff) | |
download | linux-b34081f1cd59585451efaa69e1dff1b9507e6c89.tar.xz linux-b34081f1cd59585451efaa69e1dff1b9507e6c89.zip |
lz4: fix compression/decompression signedness mismatch
LZ4 compression and decompression functions require different in
signedness input/output parameters: unsigned char for compression and
signed char for decompression.
Change decompression API to require "(const) unsigned char *".
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Kyungsik Lee <kyungsik.lee@lge.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Yann Collet <yann.collet.73@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/locking-selftest-rsem.h')
0 files changed, 0 insertions, 0 deletions