]> git.baikalelectronics.ru Git - kernel.git/commit
dlm: Replace default_attrs in dlm_ktype with default_groups
authorKimberly Brown <kimbrownkd@gmail.com>
Wed, 8 May 2019 01:48:05 +0000 (21:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2019 11:50:22 +0000 (13:50 +0200)
commit9eab498a29389c10594ccbe87c61063798a92d75
tree36fb710ad00982c2fff9e565f73f7688bfbe3065
parente6702dfb91cf5f00ca61de3beaf40194c1641d2f
dlm: Replace default_attrs in dlm_ktype with default_groups

The kobj_type default_attrs field is being replaced by the
default_groups field, so replace the default_attrs field in dlm_ktype
with default_groups. Use the ATTRIBUTE_GROUPS macro to create
dlm_groups.

Signed-off-by: Kimberly Brown <kimbrownkd@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/dlm/lockspace.c