mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: linux-kernel@vger.kernel.org
Cc: David Miller <davem@davemloft.net>,
	John Kacur <jkacur@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>
Subject: [PATCH 0/5] net: push down BKL into proto ops
Date: Thu,  5 Nov 2009 15:37:25 +0100	[thread overview]
Message-ID: <1257431850-20874-1-git-send-email-arnd@arndb.de> (raw)

This pushes one more use of the BKL from common code into specific
network protocols by killing off the proto ops wrappers.
This should cause no visible changes on the code but saves a few
kilobytes of object code in allyesconfig.

Arnd Bergmann (5):
  net/appletalk: push down BKL into a atalk_dgram_ops
  net/ipx: push down BKL into a ipx_dgram_ops
  net/irda: push BKL into proto_ops
  net/x25: push BKL usage into x25_proto
  net: kill proto_ops wrapper

 include/linux/net.h |   83 -------------
 net/appletalk/ddp.c |  105 ++++++++++++-----
 net/ipx/af_ipx.c    |   54 +++++++--
 net/irda/af_irda.c  |  331 ++++++++++++++++++++++++++++++++++-----------------
 net/x25/af_x25.c    |   71 +++++++++--
 5 files changed, 407 insertions(+), 237 deletions(-)


             reply	other threads:[~2009-11-05 14:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-05 14:37 Arnd Bergmann [this message]
2009-11-05 14:37 ` [PATCH 1/5] net/appletalk: push down BKL into a atalk_dgram_ops Arnd Bergmann
2009-11-05 14:37 ` [PATCH 2/5] net/ipx: push down BKL into a ipx_dgram_ops Arnd Bergmann
2009-11-05 14:37 ` [PATCH 3/5] net/irda: push BKL into proto_ops Arnd Bergmann
2009-11-05 14:37 ` [PATCH 4/5] net/x25: push BKL usage into x25_proto Arnd Bergmann
2009-11-12  5:18   ` andrew hendry
2009-11-05 14:37 ` [PATCH 5/5] net: kill proto_ops wrapper Arnd Bergmann
2009-11-06  8:38 ` [PATCH 0/5] net: push down BKL into proto ops David Miller

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=1257431850-20874-1-git-send-email-arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=davem@davemloft.net \
    --cc=fweisbec@gmail.com \
    --cc=jkacur@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®