]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA: Use default_groups in kobj_type
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jan 2022 15:22:59 +0000 (16:22 +0100)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 5 Jan 2022 19:15:15 +0000 (15:15 -0400)
commit66364333bb3d762c97b9ca2dcc49f832e077c77b
treea06f554d08169e96f82ce0dc53701e701c2d6aab
parent32a1822f954f52c8201ba67536d0518572c90b1c
RDMA: 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
IB 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.

Link: https://lore.kernel.org/r/20220103152259.531034-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/core/sysfs.c
drivers/infiniband/hw/usnic/usnic_ib_sysfs.c