> I am not sure to follow what does "class" means in this context, is > this struct rdma_id_private? such that "inside another lock of the > same class" means locking the same mutex for another instance of > this structure?
Yes, that is the level that lockdep tracks things on. Technically it is tracking things by "callsite where lock is initialized" I believe. - R. _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
