All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jay Bourque <kernel@uranium235.org>
To: kernel-janitors@vger.kernel.org
Subject: [Kernel-janitors] ip_output.c: update last_rx after netif_rx
Date: Sat, 14 Aug 2004 19:07:07 +0000	[thread overview]
Message-ID: <411E62DB.8060707@uranium235.org> (raw)

Fix to update last_rx after netif_rx
This is my first patch so I'd appreciate any feedback.

-Jay

--- linux-2.6.8.1/net/ipv4/ip_output.c    Sat Aug 14 05:56:23 2004
+++ linux-2.6.8.1/net/ipv4/ip_output.c.new    Sat Aug 14 10:59:58 2004
@@ -110,6 +110,7 @@ static int ip_dev_loopback_xmit(struct s
 #ifdef CONFIG_NETFILTER_DEBUG
     nf_debug_ip_loopback_xmit(newskb);
 #endif
+   newskb->dev->last_rx = jiffies;
     netif_rx(newskb);
     return 0;
 }
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

                 reply	other threads:[~2004-08-14 19:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=411E62DB.8060707@uranium235.org \
    --to=kernel@uranium235.org \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.