Re: [PATCH 47/56] kenel/trace: support compiling out splice

From: Steven Rostedt
Date: Mon Nov 17 2014 - 15:33:23 EST


On Thu, 13 Nov 2014 22:23:24 +0100
Pieter Smith <pieter@xxxxxxxxxx> wrote:

> Compile out splice support from trace when the splice-family of syscalls is not
> supported by the system (i.e. CONFIG_SYSCALL_SPLICE is undefined).

The tracing code is a hell of a lot bigger than the splice code. If you
are doing this to save space, then simply make the tracing code select
SYSCALL_SPLICE, and leave the rest of the #ifdef out.

Thanks,

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/