ext4: replace ktype default_attrs with default_groups
authorKimberly Brown <kimbrownkd@gmail.com>
Wed, 8 May 2019 20:07:48 +0000 (16:07 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2019 11:50:22 +0000 (13:50 +0200)
commit59137a93f3af3ffb31c5c538357486df3d2e40d9
treec849fcc4cdaf55c481682bc0adef49874437833e
parentef254d13f1783793747c639d8e79843d5caf995a
ext4: replace ktype default_attrs with default_groups

The kobj_type default_attrs field is being replaced by the
default_groups field. Replace the default_attrs field in ext4_sb_ktype
and ext4_feat_ktype with default_groups. Use the ATTRIBUTE_GROUPS macro
to create ext4_groups and ext4_feat_groups.

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