netfilter: nfnetlink: remove redundant variable nskb
authorDuan Jiong <duanj.fnst@cn.fujitsu.com>
Wed, 10 Dec 2014 09:21:59 +0000 (17:21 +0800)
committerPablo Neira Ayuso <pablo@soleta.eu>
Mon, 5 Jan 2015 11:10:49 +0000 (12:10 +0100)
Actually after netlink_skb_clone() is called, the nskb and
skb will point to the same thing, but they are used just like
they are different, sometimes this is confusing, so i think
there is no necessary to keep nskb anymore.

Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: Pablo Neira Ayuso <pablo@soleta.eu>
net/netfilter/nfnetlink.c

Simple merge