insmod fails when strace'd

David Woodhouse (David.Woodhouse@mvhi.com)
Tue, 20 Oct 1998 19:28:42 +0100


When I strace insmod, it inserts modules, but doesn't bother to initialise
them.

For any module I've tried so far...

target4 /root # insmod ntfs
NTFS version 980101
target4 /root # rmmod ntfs
target4 /root # strace -o /dev/null insmod ntfs
target4 /root # lsmod
Module Size Used by
ntfs 32840 0 (uninitialized)
psaux 2044 1 (autoclean)
ipx 12180 0 (autoclean)
devpts 3112 1 (autoclean)
ad1848 14112 0
sound 55572 0 [ad1848]
soundlow 208 0 [sound]
target4 /root # rmmod ntfs
target4 /root #

---- ---- ----
David Woodhouse David.Woodhouse@mvhi.com Office: (+44) 1223 810302
Project Leader, Process Information Systems Mobile: (+44) 976 658355
Axiom (Cambridge) Ltd., Swaffham Bulbeck, Cambridge, CB5 0NA, UK.
finger dwmw2@ferret.lmh.ox.ac.uk for PGP key.

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