diff options
author | Kimberly Brown <kimbrownkd@gmail.com> | 2019-04-01 22:51:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 22:06:11 +0200 |
commit | be0d692657028854ff581b31191131b94f18637d (patch) | |
tree | ce884f55f95b05b387dc90c3514db70643220b12 /kernel/irq | |
parent | 800f5aa1e7e1093fce197eecf2ff05b8491a5935 (diff) | |
download | lwn-be0d692657028854ff581b31191131b94f18637d.tar.gz lwn-be0d692657028854ff581b31191131b94f18637d.zip |
net-sysfs: Replace ktype default_attrs field with groups
The kobj_type default_attrs field is being replaced by the
default_groups field. Replace the default_attrs fields in rx_queue_ktype
and netdev_queue_ktype with default_groups. Use the ATTRIBUTE_GROUPS
macro to create rx_queue_default_groups and netdev_queue_default_groups.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/irq')
0 files changed, 0 insertions, 0 deletions