Re: [less-CONFIG_NET 1/7] net: reorder filter code

From: Willem de Bruijn
Date: Wed Jun 06 2018 - 12:34:26 EST


On Wed, Jun 6, 2018 at 9:53 AM, Norbert Manthey <nmanthey@xxxxxxxxx> wrote:
> This commit reorders the definition of functions and struct in the
> file filter.c, such that in the next step we can easily cut the file
> into a commonly used part, as well as a part that is only required in
> case CONFIG_NET is actually set.
>
> This is part of the effort to split CONFIG_SECCOMP_FILTER and
> CONFIG_NET.
>
> Signed-off-by: Norbert Manthey <nmanthey@xxxxxxxxx>

Reordering patches like this and the flow-dissector patch in this
series make cherry-picking fixes back to stable branches and
and following code history with git blame harder.