Commit 01db66c4 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller

[NETFILTER]: Put back missing list_head iterator local var.

parent 72c44731
...@@ -550,6 +550,7 @@ void nf_reinject(struct sk_buff *skb, struct nf_info *info, ...@@ -550,6 +550,7 @@ void nf_reinject(struct sk_buff *skb, struct nf_info *info,
unsigned int verdict) unsigned int verdict)
{ {
struct list_head *elem = &info->elem->list; struct list_head *elem = &info->elem->list;
struct list_head *i;
rcu_read_lock(); rcu_read_lock();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment