[NETFILTER]: Consolidate nf_sockopt and compat_nf_sockopt
authorPavel Emelyanov <xemul@openvz.org>
Tue, 13 Nov 2007 10:58:09 +0000 (02:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Nov 2007 10:58:09 +0000 (02:58 -0800)
Both lookup the nf_sockopt_ops object to call the get/set callbacks
from, but they perform it in a completely similar way.

Introduce the helper for finding the ops.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found