From: Patrick McHardy Date: Tue, 1 Feb 2011 15:27:25 +0000 (+0100) Subject: netfilter: ipset: use nla_parse_nested() X-Git-Tag: v2.6.39-rc1~468^2~424^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da560ced56c423cd6d35803cd0244c944c676bd;p=pandora-kernel.git netfilter: ipset: use nla_parse_nested() Replace calls of the form: nla_parse(tb, ATTR_MAX, nla_data(attr), nla_len(attr), policy) by: nla_parse_nested(tb, ATTR_MAX, attr, policy) Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed