[NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macros
authorPatrick McHardy <kaber@trash.net>
Tue, 18 Dec 2007 05:46:40 +0000 (21:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:58:28 +0000 (14:58 -0800)
commit8956695131b8a7878891667469899d667eb5892b
tree1034260f3a5d1e7258cc2193734516a697c83e47
parent4b4782486d49547bc589b64acfb956bda05f0fca
[NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macros

Make xt_compat_match_from_user return an int to make it usable in the
*tables iterator macros and kill a now unnecessary wrapper function.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/x_tables.h
net/ipv4/netfilter/ip_tables.c
net/netfilter/x_tables.c