Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: sched: fix compile warning in cls_u32

$ grep CONFIG_CLS_U32_MARK .config
# CONFIG_CLS_U32_MARK is not set

net/sched/cls_u32.c: In function 'u32_change':
net/sched/cls_u32.c:852:1: warning: label 'errout' defined but not used
[-Wunused-label]

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Eric Dumazet and committed by
David S. Miller
a2aeb02a fcdd1cf4

+1 -1
+1 -1
net/sched/cls_u32.c
··· 847 847 848 848 #ifdef CONFIG_CLS_U32_MARK 849 849 free_percpu(n->pcpu_success); 850 + errout: 850 851 #endif 851 852 852 - errout: 853 853 #ifdef CONFIG_CLS_U32_PERF 854 854 free_percpu(n->pf); 855 855 #endif