Re: [RFC PATCH 4/8] block: Add block class attributes to manage LED trigger list

From: Greg KH
Date: Thu Jul 29 2021 - 01:54:37 EST


On Wed, Jul 28, 2021 at 08:53:40PM -0500, Ian Pilcher wrote:
> * New class attributes - /sys/class/block/led_trigger_{new,list,del}
>
> * Add init function - blk_ledtrig_init() - to create the attributes
> in sysfs. Call blk_ledtrig_init() from genhd_device_init() (in
> block/genhd.c).
>
> * New file - block/blk-ledtrig.h

That is an odd way to write a changelog, please read the documentation
file about how to write a good changelog.

thanks,

greg k-h