net: ptp: mark filter as __initdata
authorMathias Krause <minipli@googlemail.com>
Sat, 10 May 2014 20:23:28 +0000 (22:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 May 2014 17:17:24 +0000 (13:17 -0400)
commit0f49ff07025e8d6cd25bce5b623881739e04926e
treedce8c7408b8755c1a3a942a9bbe6558d36ee0b9e
parent98920ba6911c7d841375f91e0adfffbac4f782b5
net: ptp: mark filter as __initdata

sk_unattached_filter_create() will copy the filter's instructions so we
don't need to have the master copy hanging around after initialization.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Acked-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/ptp_classifier.c
This page took 0.023978 seconds and 5 git commands to generate.