Re: [PATCH] add netlink module refcounting

2005-07-27 Thread Harald Welte
On Tue, Jul 26, 2005 at 04:37:19PM -0700, David S. Miller wrote: From: Harald Welte [EMAIL PROTECTED] Date: Sat, 23 Jul 2005 16:15:52 -0400 The attached patch adds support for refcounting of modules implementing netlink protocols. The idea is that you prevent the module from

Re: [PATCH] add netlink module refcounting

2005-07-26 Thread David S. Miller
From: Harald Welte [EMAIL PROTECTED] Date: Sat, 23 Jul 2005 16:15:52 -0400 The attached patch adds support for refcounting of modules implementing netlink protocols. The idea is that you prevent the module from disappearing as long as someone in userspace has still a socket talking to you.