Remove splice_to_pipe kallsyms wrapper
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 8 Jan 2024 21:05:22 +0000 (16:05 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Jan 2024 16:11:31 +0000 (11:11 -0500)
commitdfdb34fd8576fba33510491aef5cd5f6f67b56b8
tree1ec27bc2cec121e3b9f0da7dc82d20b460567b9d
parentff024e6646f0d75935e8eb277cce508c593a23ad
Remove splice_to_pipe kallsyms wrapper

Starting from kernel v4.2, the splice_to_pipe symbol is exported for GPL
modules. Use it rather than the kallsyms wrapper.

This fixes commit 0e5e973df5 which should have removed the wrapper
rather than using it all the time.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I52ce8cc99c3174fea30479af8fcf72879ef8aa47
include/wrapper/splice.h [deleted file]
src/lib/Kbuild
src/lib/ringbuffer/ring_buffer_splice.c
src/wrapper/splice.c [deleted file]
This page took 0.025888 seconds and 4 git commands to generate.