Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 1 Mar 2001 19:57:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 1 Mar 2001 19:57:03 -0500 Received: from blackhole.compendium-tech.com ([206.55.153.26]:50936 "EHLO sol.compendium-tech.com") by vger.kernel.org with ESMTP id ; Thu, 1 Mar 2001 19:56:48 -0500 Date: Thu, 1 Mar 2001 16:55:30 -0800 (PST) From: "Dr. Kelsey Hudson" To: Boris Dragovic cc: linux-kernel@vger.kernel.org Subject: Re: negative mod use count In-Reply-To: <200102281958.UAA13226@falcon.etf.bg.ac.yu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 28 Feb 2001, Boris Dragovic wrote: > what does negative module use count mean? That means that there's a bug in someone's driver. For some reason, the function to decrement the module use is called more than once when a controlling process releases use of a module. This will prevent you from being able to 'rmmod' or 'modprobe -r' it; a "Device or resource busy" error or similar will result IIRC. Submit a bug to the driver maintainer. Kelsey Hudson khudson@ctica.com Software Engineer Compendium Technologies, Inc (619) 725-0771 --------------------------------------------------------------------------- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/