Hi all, every time i try to unload my net device a WARMON is triggered in kobject_cleanup() because of the missing "release" function in the following struct: [net/core/net-sysfs.c:] static struct kobj_type netstat_ktype = { .sysfs_ops = &netstat_sysfs_ops, .default_attrs = default_attrs, }; Can anybody tellme why there is a missing .release = ..... ? I'm new with this layer and i don't know the whole story ... can anyone tellme if there is any work in progress? -- Daniele. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html