On Thu, 13 Nov 2014 22:23:24 +0100 Pieter Smith <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

