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

Configure Feed

Select the types of activity you want to include in your feed.

[IPV6]: Fix refcnt of struct ip6_flowlabel

Signed-off-by: Yan Zheng <yanzheng@21cn.com>
Acked-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>

authored by

Yan Zheng and committed by
Arnaldo Carvalho de Melo
4ea6a804 444d1d9b

+1 -1
+1 -1
net/ipv6/ip6_flowlabel.c
··· 483 483 goto done; 484 484 } 485 485 fl1 = sfl->fl; 486 - atomic_inc(&fl->users); 486 + atomic_inc(&fl1->users); 487 487 break; 488 488 } 489 489 }