]> 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)
commit8489e0333662e7e486c9cb0ec9fc2c666f8c693e
tree36fb710ad00982c2fff9e565f73f7688bfbe3065
parentd8f264535afd22f57cbad62a0c4343fa8164da85
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