[REGRESSION][PATCH V4 1/3] bpf jit: Make the filter.c::__load_pointer helper non-static for the jits
David Miller
davem at davemloft.net
Wed Apr 4 08:02:12 EST 2012
From: Jan Seiffert <kaffeemonster at googlemail.com>
Date: Fri, 30 Mar 2012 17:08:19 +0200
> The function is renamed to make it a little more clear what it does.
> It is not added to any .h because it is not for general consumption, only for
> bpf internal use (and so by the jits).
>
> Signed-of-by: Jan Seiffert <kaffeemonster at googlemail.com>
Applied but with comment formatting fixed up:
> +/*
> + * No hurry in this branch
> + *
> + * Exported for the bpf jit load helper.
> + */
Like this:
> +/* No hurry in this branch
> + *
> + * Exported for the bpf jit load helper.
> + */
More information about the Linuxppc-dev
mailing list