commit | 78e9605d4fdde6d58b2e6db5b6b52dde7f92333e | [log] [tgz] |
---|---|---|
author | Kimberly Brown <kimbrownkd@gmail.com> | Tue Jul 02 17:38:55 2019 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jul 02 17:38:55 2019 -0400 |
tree | af1deb4c007a842a97f65b8fd62c8b194420e381 | |
parent | 7633b08b2750513cef662fbcbe66065b9940fc6a [diff] |
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>