]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: replace ktype default_attrs with default_groups
authorKimberly Brown <kimbrownkd@gmail.com>
Tue, 2 Jul 2019 21:38:55 +0000 (17:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Jul 2019 21:38:55 +0000 (17:38 -0400)
commit60b3752355514a8ed7fa491c09b5d41d6292447c
treeaf1deb4c007a842a97f65b8fd62c8b194420e381
parente04c8dc2e8356a480f8e0e6380ee12dc0937bade
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: Theodore Ts'o <tytso@mit.edu>
fs/ext4/sysfs.c