Re: [PATCH] genetlink: don't touch module ref count

2006-01-13 Thread Per Liden
On Fri, 13 Jan 2006, David S. Miller wrote: > From: Per Liden <[EMAIL PROTECTED]> > Date: Fri, 13 Jan 2006 21:56:53 +0100 (CET) > > > Signed-off-by: Per Liden <[EMAIL PROTECTED]> > > BTW, don't do this, it should be a perfectly functioning > email address so that people can contact you. Ok, sor

Re: [PATCH] genetlink: don't touch module ref count

2006-01-13 Thread David S. Miller
From: Per Liden <[EMAIL PROTECTED]> Date: Fri, 13 Jan 2006 21:56:53 +0100 (CET) > On Fri, 13 Jan 2006, David S. Miller wrote: > > > From: Jamal Hadi Salim <[EMAIL PROTECTED]> > > Date: Fri, 13 Jan 2006 09:30:27 -0500 > > > > > On Fri, 2006-13-01 at 09:27 +0100, Per Liden wrote: > > > > Increasin

Re: [PATCH] genetlink: don't touch module ref count

2006-01-13 Thread David S. Miller
From: Per Liden <[EMAIL PROTECTED]> Date: Fri, 13 Jan 2006 21:56:53 +0100 (CET) > Signed-off-by: Per Liden <[EMAIL PROTECTED]> BTW, don't do this, it should be a perfectly functioning email address so that people can contact you. - To unsubscribe from this list: send the line "unsubscribe netdev

Re: [PATCH] genetlink: don't touch module ref count

2006-01-13 Thread Per Liden
don't have a copy of this patch in my inbox, can someone > resend it to me? Thanks. Resending. /Per [PATCH] genetlink: don't touch module ref count Increasing the module ref count at registration will block the module from ever being unloaded. In fact, genetlink should not care abo

Re: [PATCH] genetlink: don't touch module ref count

2006-01-13 Thread David S. Miller
From: Jamal Hadi Salim <[EMAIL PROTECTED]> Date: Fri, 13 Jan 2006 09:30:27 -0500 > On Fri, 2006-13-01 at 09:27 +0100, Per Liden wrote: > > Increasing the module ref count at registration will block the module from > > ever being unloaded. In fact, genetlink should not care about the owner at > > a

Re: [PATCH] genetlink: don't touch module ref count

2006-01-13 Thread Per Liden
Hi Thomas, On Fri, 13 Jan 2006, Thomas Graf wrote: > * Per Liden <[EMAIL PROTECTED]> 2006-01-13 09:27 > > Increasing the module ref count at registration will block the module from > > ever being unloaded. In fact, genetlink should not care about the owner at > > all. This patch removes the owner

Re: [PATCH] genetlink: don't touch module ref count

2006-01-13 Thread Thomas Graf
* Per Liden <[EMAIL PROTECTED]> 2006-01-13 09:27 > Increasing the module ref count at registration will block the module from > ever being unloaded. In fact, genetlink should not care about the owner at > all. This patch removes the owner field from the struct registered with > genetlink. Why shou

Re: [PATCH] genetlink: don't touch module ref count

2006-01-13 Thread Jamal Hadi Salim
On Fri, 2006-13-01 at 09:27 +0100, Per Liden wrote: > Increasing the module ref count at registration will block the module from > ever being unloaded. In fact, genetlink should not care about the owner at > all. This patch removes the owner field from the struct registered with > genetlink. > > S

[PATCH] genetlink: don't touch module ref count

2006-01-13 Thread Per Liden
Increasing the module ref count at registration will block the module from ever being unloaded. In fact, genetlink should not care about the owner at all. This patch removes the owner field from the struct registered with genetlink. Signed-off-by: Per Liden <[EMAIL PROTECTED]> --- include/net/g