On Wed, 28 Feb 2001 20:58:06 +0100, 
Boris Dragovic <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to