]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd8f264535afd22f57cbad62a0c4343fa8164da85
treec849fcc4cdaf55c481682bc0adef49874437833e
parent001df0da5001dfe8a80649bdf93382fb90310be2
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