]> granicus.if.org Git - zfs/commit
Linux 3.11 compat: Rename LZ4 symbols
authorRichard Yao <ryao@gentoo.org>
Sat, 5 Oct 2013 21:55:24 +0000 (17:55 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 22 Oct 2013 17:12:39 +0000 (10:12 -0700)
commitb3c49d3df82466646bde9beebce7bbf0b3c41853
tree37c94c3b7468fd42d34f8a02474c1894d24a659f
parent2e2ddc30b47c174d95c2eb491452a7587e3e129f
Linux 3.11 compat: Rename LZ4 symbols

Linus Torvalds merged LZ4 into Linux 3.11. This causes a conflict
whenever CONFIG_LZ4_DECOMPRESS=y or CONFIG_LZ4_COMPRESS=y are set in the
kernel's .config. We rename the symbols to avoid the conflict.

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1789
include/sys/zio_compress.h
module/zfs/lz4.c
module/zfs/zio_compress.c