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.

[ATALK]: Add missing dev_hold() to atrtr_create().

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Herbert Xu and committed by
David S. Miller
c7f905f0 88a66858

+1
+1
net/appletalk/ddp.c
··· 573 573 574 574 /* Fill in the routing entry */ 575 575 rt->target = ta->sat_addr; 576 + dev_hold(devhint); 576 577 rt->dev = devhint; 577 578 rt->flags = r->rt_flags; 578 579 rt->gateway = ga->sat_addr;