X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=lib%2Fringbuffer%2Fring_buffer_splice.c;h=2b153225361e24762c94635a58fd0d18213ccf0f;hb=360d3efee55154a55c18be32175bee608dcb21df;hp=93cad295e0e9495ff3ec8fdad8efc98ecb11cdb4;hpb=c8d38a68e21703af9b2287120cab1a52d24db9f7;p=lttng-modules.git diff --git a/lib/ringbuffer/ring_buffer_splice.c b/lib/ringbuffer/ring_buffer_splice.c index 93cad295..2b153225 100644 --- a/lib/ringbuffer/ring_buffer_splice.c +++ b/lib/ringbuffer/ring_buffer_splice.c @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include @@ -56,10 +56,10 @@ static void lib_ring_buffer_pipe_buf_release(struct pipe_inode_info *pipe, } static const struct pipe_buf_operations ring_buffer_pipe_buf_ops = { -#if (LINUX_VERSION_CODE < KERNEL_VERSION(5,1,0)) +#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(5,1,0)) .can_merge = 0, #endif -#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0)) +#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,15,0)) .map = generic_pipe_buf_map, .unmap = generic_pipe_buf_unmap, #endif @@ -97,7 +97,7 @@ static int subbuf_splice_actor(struct file *in, .pages = pages, .nr_pages = 0, .partial = partial, -#if (LINUX_VERSION_CODE < KERNEL_VERSION(4,12,0)) +#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(4,12,0)) .flags = flags, #endif .ops = &ring_buffer_pipe_buf_ops,