On Sun, 30 Jul 2000, Andi Kleen wrote:

> 
> kern_mount currently forgets to increase the module count of the file system,
> leading to negative module count after umount.

That's because it is not supposed to be used more than once or to be
undone by umount(). If it _would_ increment the counter you would be
unable to get rid of the module once it's loaded. What are you actually
trying to do?

Reply via email to