Re: [PATCH][RFC/v1][9/12] Add InfiniBand userspace MAD support

From: Greg KH
Date: Tue Nov 23 2004 - 02:48:12 EST


On Mon, Nov 22, 2004 at 10:45:02PM -0800, Roland Dreier wrote:
> Greg> class_simple_device_add returns a pointer to a struct
> Greg> class_device * that you can then use to create a file in
> Greg> sysfs with. That should be what you're looking for.
>
> Shouldn't the ABI version be an attribute in /sys/class/infiniband_mad
> rather than being per-device?

Yes, it probably should be. Hm, no, we don't allow you to put class
specific files if you use the class_simple API, sorry I misread your
question. You can just handle the class yourself and use the
CLASS_ATTR() macro to define your api version function.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/