]> asedeno.scripts.mit.edu Git - linux.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)
commit78e9605d4fdde6d58b2e6db5b6b52dde7f92333e
treeaf1deb4c007a842a97f65b8fd62c8b194420e381
parent7633b08b2750513cef662fbcbe66065b9940fc6a
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