From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Sat, 31 Mar 2001 15:49:26 +0000 Subject: Re: (remove) event not supported. Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Sat, 31 Mar 2001 07:02:42 -0800, David Brownell wrote: >I'd hate to change the semantics of the "use" count (which is really >used as "open" count) No, the module use count is a reference count on the module, not an open count. It correlates with the open count for many modules because it is usually incremented in the open() routine, but it can be incremented in any module function. Any code assuming that mod use count is the same as open files is broken. _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel