mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] net: push down BKL into proto ops
@ 2009-11-05 14:37 Arnd Bergmann
  2009-11-05 14:37 ` [PATCH 1/5] net/appletalk: push down BKL into a atalk_dgram_ops Arnd Bergmann
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Arnd Bergmann @ 2009-11-05 14:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: David Miller, John Kacur, Thomas Gleixner, Frederic Weisbecker,
	Arnd Bergmann

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(-)


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

end of thread, other threads:[~2009-11-12  5:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-05 14:37 [PATCH 0/5] net: push down BKL into proto ops Arnd Bergmann
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

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®