Re: [2.6 patch] move some code to net/ipx/af_ipx.c

2006-02-04 Thread Christoph Hellwig
On Sat, Feb 04, 2006 at 02:09:59AM +0100, Adrian Bunk wrote: This patch moves some code only used in this file to net/ipx/af_ipx.c . this doesn't make any sense. the code is part of the 802.2/3 layer, not the ipx layer even if no other protocol makes use of it yet. - To unsubscribe from this

[2.6 patch] move some code to net/ipx/af_ipx.c

2006-02-03 Thread Adrian Bunk
This patch moves some code only used in this file to net/ipx/af_ipx.c . Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 22 Jan 2006 - 14 Jan 2006 include/net/p8022.h | 13 - net/802/Makefile | 14 ++--- net/802/p8022.c | 66

[2.6 patch] move some code to net/ipx/af_ipx.c

2006-01-22 Thread Adrian Bunk
This patch moves some code only used in this file to net/ipx/af_ipx.c . Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 14 Jan 2006 include/net/p8022.h | 13 - net/802/Makefile | 14 ++--- net/802/p8022.c | 66

[2.6 patch] move some code to net/ipx/af_ipx.c

2006-01-13 Thread Adrian Bunk
This patch moves some code only used in this file to net/ipx/af_ipx.c . Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This version was slightly adapted to apply against Linus' current tree. include/net/p8022.h | 13 - net/802/Makefile | 14 ++--- net/802/p8022.c |

Re: [2.6 patch] move some code to net/ipx/af_ipx.c

2005-12-05 Thread Adrian Bunk
On Fri, Nov 18, 2005 at 06:24:10PM -0200, Arnaldo Carvalho de Melo wrote: On 11/18/05, Adrian Bunk [EMAIL PROTECTED] wrote: On Mon, Nov 14, 2005 at 02:57:07AM +0100, Adrian Bunk wrote: On Fri, Nov 11, 2005 at 02:35:51AM -0600, Matt Mackall wrote: trivial: drop unused 802.3 code if we

Re: [2.6 patch] move some code to net/ipx/af_ipx.c

2005-11-18 Thread Matt Mackall
On Fri, Nov 18, 2005 at 06:22:52AM +0100, Adrian Bunk wrote: This patch isn't bad, but looking closer we could move the contents of p8023.c as well as the contents of at least p8022.c and pe2.c into af_ipx.c. Is the contents of any of these three files expected to be used outside

Re: [2.6 patch] move some code to net/ipx/af_ipx.c

2005-11-18 Thread Arnaldo Carvalho de Melo
On 11/18/05, Adrian Bunk [EMAIL PROTECTED] wrote: On Mon, Nov 14, 2005 at 02:57:07AM +0100, Adrian Bunk wrote: On Fri, Nov 11, 2005 at 02:35:51AM -0600, Matt Mackall wrote: trivial: drop unused 802.3 code if we compile without IPX (originally from

[2.6 patch] move some code to net/ipx/af_ipx.c

2005-11-17 Thread Adrian Bunk
On Mon, Nov 14, 2005 at 02:57:07AM +0100, Adrian Bunk wrote: On Fri, Nov 11, 2005 at 02:35:51AM -0600, Matt Mackall wrote: trivial: drop unused 802.3 code if we compile without IPX (originally from http://wohnheim.fh-wedel.de/~joern/software/kernel/je/25/) Signed-off-by: Matt Mackall