On Tue, Aug 11, 2020 at 6:35 PM Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > > From: Nick Terrell <terrelln@xxxxxx> > Subject: lz4: fix kernel decompression speed > > This patch replaces all memcpy() calls with LZ4_memcpy() which calls > __builtin_memcpy() so the compiler can inline it. Wasn't this LZ4_memcpy() wrapper made unnecessary by just making memcpy() work properly on its own? So I'm dropping this patch. If it turns out that I mis-remembered (or mis-understood), please re-send. Nick? Linus