Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ea6a804 authored by Yan Zheng's avatar Yan Zheng Committed by Arnaldo Carvalho de Melo
Browse files

[IPV6]: Fix refcnt of struct ip6_flowlabel

parent 444d1d9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -483,7 +483,7 @@ int ipv6_flowlabel_opt(struct sock *sk, char __user *optval, int optlen)
						goto done;
					}
					fl1 = sfl->fl;
					atomic_inc(&fl->users);
					atomic_inc(&fl1->users);
					break;
				}
			}