On Wed, Mar 21, 2012 at 09:06:10AM -0700, Tejun Heo wrote: > I don't quite get why a protocol module would be loaded but not > reigstered. Do we actually have cases like that? I know it's > mechanically possible but don't think there's any actual use case or > existing code which does that, so no need to worry about them. Also, if a proto is registered from a module, it's gotta have a module_init() which registers proto, right? Then, the right thing to do would be just "register proto; register cftypes;" in the function and the reverse of that in module_exit(). -- tejun -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html