Re: [PATCH v2 2/4] lib/decompress_unlz4: Change module to work with new LZ4 module version

2017-01-08 Thread Greg KH
On Sat, Jan 07, 2017 at 05:55:43PM +0100, Sven Schmidt wrote: > This patch updates the unlz4 wrapper to work with the new LZ4 kernel module > version. > > Signed-off-by: Sven Schmidt <4ssch...@informatik.uni-hamburg.de> > --- > lib/decompress_unlz4.c | 13 - > 1 file changed, 8

[PATCH v2 2/4] lib/decompress_unlz4: Change module to work with new LZ4 module version

2017-01-07 Thread Sven Schmidt
This patch updates the unlz4 wrapper to work with the new LZ4 kernel module version. Signed-off-by: Sven Schmidt <4ssch...@informatik.uni-hamburg.de> --- lib/decompress_unlz4.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/decompress_unlz4.c