> # rmmod fat
> rmmod: fat is in use
> # lsmod
> Module Size Used by
> nls_cp437 3548 0 (autoclean)
> msdos 8220 0 (autoclean)
> fat 25600 0 (autoclean) [msdos]
> shouldn't the usage count be >0 ?
Nope - the usage count is not incremented for modules which are only used
by other modules.
Matthew.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/