> This is intentional -- ib_device_deregister_sysfs() calls > class_device_unregister(), which will decrement the class_device's > reference count. When it hits 0, ib_device_release() will be called > to actually free the structure. OK, this makes my eyes a little less sysfs-untrained :-) Thanks for the clarification. - KK