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)
commit01097139e772ac0082175c01eefb989f78e4437a
treea06f554d08169e96f82ce0dc53701e701c2d6aab
parenta7ad9ddeb528b91de03cedeef34532dc0ba77bfd
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 aa30f47cf666 ("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