diff options
author | Kimberly Brown <kimbrownkd@gmail.com> | 2019-04-01 22:51:30 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 22:06:11 +0200 |
commit | 800f5aa1e7e1093fce197eecf2ff05b8491a5935 (patch) | |
tree | c1d42dc8cff38e8d94becd3650b3af00e10dcda7 /net/smc | |
parent | c484a6783d2b800ebbb110b28b0d96444f8b81ca (diff) | |
download | linux-800f5aa1e7e1093fce197eecf2ff05b8491a5935.tar.bz2 |
block: Replace all ktype default_attrs with groups
The kobj_type default_attrs field is being replaced by the
default_groups field. Replace all of the ktype default_attrs fields in
the block subsystem with default_groups and use the ATTRIBUTE_GROUPS
macro to create the default groups.
Remove default_ctx_attrs[] because it doesn't contain any attributes.
This patch was tested by verifying that the sysfs files for the
attributes in the default groups were created.
Signed-off-by: Kimberly Brown <kimbrownkd@gmail.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/smc')
0 files changed, 0 insertions, 0 deletions