mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
iface: remove unused .data field
Neither is it anywhere used, but compat_xtables does not provide it either.
This commit is contained in:
@@ -68,7 +68,6 @@ static struct xt_match xt_iface_mt_reg[] __read_mostly = {
|
|||||||
.family = NFPROTO_IPV4,
|
.family = NFPROTO_IPV4,
|
||||||
.matchsize = XT_ALIGN(sizeof(struct xt_iface_mtinfo)),
|
.matchsize = XT_ALIGN(sizeof(struct xt_iface_mtinfo)),
|
||||||
.match = xt_iface_mt,
|
.match = xt_iface_mt,
|
||||||
.data = 0,
|
|
||||||
.me = THIS_MODULE,
|
.me = THIS_MODULE,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -77,7 +76,6 @@ static struct xt_match xt_iface_mt_reg[] __read_mostly = {
|
|||||||
.family = NFPROTO_IPV6,
|
.family = NFPROTO_IPV6,
|
||||||
.matchsize = XT_ALIGN(sizeof(struct xt_iface_mtinfo)),
|
.matchsize = XT_ALIGN(sizeof(struct xt_iface_mtinfo)),
|
||||||
.match = xt_iface_mt,
|
.match = xt_iface_mt,
|
||||||
.data = 0,
|
|
||||||
.me = THIS_MODULE,
|
.me = THIS_MODULE,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user