Re: [PATCH RESEND 1/3] printk: convert byte-buffer tovariable-length record buffer

From: Joe Perches
Date: Tue May 29 2012 - 12:14:44 EST


On Tue, 2012-05-29 at 18:07 +0200, Kay Sievers wrote:
[]
> --- a/include/linux/kmsg_dump.h
> +++ b/include/linux/kmsg_dump.h
[]
> @@ -56,6 +69,18 @@ static inline void kmsg_dump(enum kmsg_d
> {
> }
>
> +bool kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog,
> + const char *line, size_t size, size_t *len)
> +{
> + return false
> +}

uncompilable.



--
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/