Re: negative mod use count

From: Keith Owens (kaos@ocs.com.au)
Date: Wed Feb 28 2001 - 19:04:58 EST


On Wed, 28 Feb 2001 20:58:06 +0100,
Boris Dragovic <lynx@falcon.etf.bg.ac.yu> wrote:
>what does negative module use count mean?

Either an extra MOD_DEC_USE_COUNT was issued (buggy code) or the module
has a can_unload() function. When modules define a can_unload()
routine then the use count is always displayed as -1 because the module
decides if it can be unloaded.

-
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/



This archive was generated by hypermail 2b29 : Wed Feb 28 2001 - 21:00:18 EST