Messages in this thread |  | | From | Russell King <> | Subject | Re: Little question about modules... | Date | Sun, 7 Jan 2001 09:58:47 +0000 (GMT) |
| |
Nicolas Noble writes: > Why do I have used by -1 for the module ipv6 onto my system?
I guess this is going to be a new FAQ! Can we add it to the lkml FAQ please?
"-1" means that the module itself decides whether it can be unloaded or not, in this case it is decided by the function "ipv6_unload". It is not a bug to have a use count of "-1". _____ |_____| ------------------------------------------------- ---+---+- | | Russell King rmk@arm.linux.org.uk --- --- | | | | http://www.arm.linux.org.uk/personal/aboutme.html / / | | +-+-+ --- -+- / | THE developer of ARM Linux |+| /|\ / | | | --- | +-+-+ ------------------------------------------------- /\\\ | - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |