Patch to change sys class name of userspace cm to match
format of userpace verbs and userspace mad class names.
Signed-off-by: Bill Jordan <[EMAIL PROTECTED]>
Index: gen2/trunk/src/linux-kernel/infiniband/core/ucm.c
===================================================================
--- gen2/trunk/src/linux-kernel/infiniband/core/ucm.c (revision 2538)
+++ gen2/trunk/src/linux-kernel/infiniband/core/ucm.c (working copy)
@@ -1363,7 +1363,7 @@
goto err_cdev;
}
- ib_ucm_class = class_simple_create(THIS_MODULE, "ucm");
+ ib_ucm_class = class_simple_create(THIS_MODULE, "infiniband_cm");
if (IS_ERR(ib_ucm_class)) {
result = PTR_ERR(ib_ucm_class);
printk(KERN_ERR "UCM: Error <%d> creating class\n", result);
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general