]> asedeno.scripts.mit.edu Git - linux.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)
commitc9c5b5e1565d6166e8d477d598e82652d0d7542d
tree36fb710ad00982c2fff9e565f73f7688bfbe3065
parent59137a93f3af3ffb31c5c538357486df3d2e40d9
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