On Fri, Apr 23, 2021 at 08:03:06PM -0300, Jason Gunthorpe wrote: > This is only used by one sample to print a fixed string that is pointless. > > In general, having a device driver attach sysfs attributes to the parent > is horrific. This should never happen, and always leads to some kind of > liftime bug as it become very difficult for the sysfs attribute to go back > to any data owned by the device driver. > > Remove the general mechanism to create this abuse. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>