On Thu, Oct 22, 2020 at 04:39:53PM +0800, Luo Jiaxing wrote:
We already own DEFINE_SHOW_ATTRIBUTE() helper macro for defining attributeI would expect that DEFINE_STORE maps to WO attribute...
for read-only file, but we found many of drivers want a helper marco for
read-write file too.
For RW SHOW_STORE would be more appropriate.
Otherwise I think it makes sense.