]> 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)
commite6702dfb91cf5f00ca61de3beaf40194c1641d2f
treec849fcc4cdaf55c481682bc0adef49874437833e
parent9e6f3f49b7240cc7aaff1e3b48a75d7e8feb2a07
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