diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-04 17:29:47 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-01-05 20:28:19 +0100 |
commit | 050f461e28c5d13f327353d660ffad2603ce7ac1 (patch) | |
tree | 9324eb118223a02cc219bc9a9a95b400dcc4f413 /tools/perf | |
parent | pktcdvd: convert to use attribute groups (diff) | |
download | linux-050f461e28c5d13f327353d660ffad2603ce7ac1.tar.xz linux-050f461e28c5d13f327353d660ffad2603ce7ac1.zip |
block/rnbd-clt-sysfs: use default_groups in kobj_type
There are currently 2 ways to create a set of sysfs files for a
kobj_type, through the default_attrs field, and the default_groups
field. Move the rnbd controller sysfs code to use default_groups field
which has been the preferred way since aa30f47cf666 ("kobject: Add
support for default attribute groups to kobj_type") so that we can soon
get rid of the obsolete default_attrs field.
Cc: "Md. Haris Iqbal" <haris.iqbal@ionos.com>
Cc: Jack Wang <jinpu.wang@ionos.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Jack Wang <jinpu.wang@ionos.com>
Link: https://lore.kernel.org/r/20220104162947.1320936-1-gregkh@linuxfoundation.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions