aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel
diff options
context:
space:
mode:
Diffstat (limited to 'net/netlabel')
-rw-r--r--net/netlabel/netlabel_cipso_v4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_cipso_v4.c b/net/netlabel/netlabel_cipso_v4.c
index 9080c61b71a5..0aec318bf0ef 100644
--- a/net/netlabel/netlabel_cipso_v4.c
+++ b/net/netlabel/netlabel_cipso_v4.c
@@ -591,7 +591,7 @@ list_retry:
591 if (nlsze_mult < 4) { 591 if (nlsze_mult < 4) {
592 rcu_read_unlock(); 592 rcu_read_unlock();
593 kfree_skb(ans_skb); 593 kfree_skb(ans_skb);
594 nlsze_mult++; 594 nlsze_mult *= 2;
595 goto list_start; 595 goto list_start;
596 } 596 }
597list_failure_lock: 597list_failure_lock: