]> git.baikalelectronics.ru Git - kernel.git/commit
kobject: Add support for default attribute groups to kobj_type
authorKimberly Brown <kimbrownkd@gmail.com>
Tue, 2 Apr 2019 02:51:18 +0000 (22:51 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Apr 2019 20:06:10 +0000 (22:06 +0200)
commit69dee9413867a2594616a5e5404b2851a93814bb
treef37b73de916cc982e5fe7b5d0ad5dc70c3bc7702
parent3ebe372de125beeb9629199ef5e37cea0e11e4e5
kobject: Add support for default attribute groups to kobj_type

kobj_type currently uses a list of individual attributes to store
default attributes. Attribute groups are more flexible than a list of
attributes because groups provide support for attribute visibility. So,
add support for default attribute groups to kobj_type.

In future patches, the existing uses of kobj_type’s attribute list will
be converted to attribute groups. When that is complete, kobj_type’s
attribute list, “default_attrs”, will be removed.

Signed-off-by: Kimberly Brown <kimbrownkd@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/kobject.h
lib/kobject.c