]> git.baikalelectronics.ru Git - kernel.git/commit
s390/sclp_sd: use default_groups in kobj_type
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jan 2022 09:52:52 +0000 (10:52 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Sat, 8 Jan 2022 16:44:05 +0000 (17:44 +0100)
commit09b8fd04e8bdedfbe87733c09d6fd6e3730c1ff0
treec64206d47cfc5a4f0b4b993b550bcf704e519f45
parentedcbbec955ca2995bd6869ba0f49c85d9ae6bec5
s390/sclp_sd: use default_groups in kobj_type

There are currently 2 ways to create a set of sysfs files for a
kobj_type, through the default_attrs field, and the default_groups
field.  Move the sclp_sd sysfs code to use default_groups field which
has been the preferred way since commit 69dee9413867 ("kobject: Add
support for default attribute groups to kobj_type") so that we can
soon get rid of the obsolete default_attrs field.

Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20220106095252.3273905-1-gregkh@linuxfoundation.org
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/char/sclp_sd.c