netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* missing netrom patch in 2.5
@ 2003-05-15  3:31 davej
  2003-05-15  3:40 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: davej @ 2003-05-15  3:31 UTC (permalink / raw)
  To: netdev

This went into 2.4 a year back in 2.4.19pre1-pre2,
and is still missing in current 2.5

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/net/netrom/nr_loopback.c linux-2.5/net/netrom/nr_loopback.c
--- bk-linus/net/netrom/nr_loopback.c	2003-04-10 06:01:43.000000000 +0100
+++ linux-2.5/net/netrom/nr_loopback.c	2003-03-17 23:43:10.000000000 +0000
@@ -76,6 +76,9 @@ static void nr_loopback_timer(unsigned l
 		if (dev == NULL || nr_rx_frame(skb, dev) == 0)
 			kfree_skb(skb);
 
+		if (dev != NULL)
+			dev_put(dev);
+
 		if (!skb_queue_empty(&loopback_queue) && !nr_loopback_running())
 			nr_set_loopback_timer();
 	}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: missing netrom patch in 2.5
  2003-05-15  3:31 missing netrom patch in 2.5 davej
@ 2003-05-15  3:40 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-05-15  3:40 UTC (permalink / raw)
  To: davej; +Cc: netdev

   From: davej@codemonkey.org.uk
   Date: Thu, 15 May 2003 04:31:14 +0100

   This went into 2.4 a year back in 2.4.19pre1-pre2,
   and is still missing in current 2.5
   
Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-15  3:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-15  3:31 missing netrom patch in 2.5 davej
2003-05-15  3:40 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).