[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPhsuW5hmLiMtW+U02kSQ3tcnhFQSAuG7=D8pwWM1JLWhvaWSw@mail.gmail.com>
Date: Thu, 6 Jan 2022 10:42:17 -0800
From: Song Liu <song@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: open list <linux-kernel@...r.kernel.org>,
linux-raid <linux-raid@...r.kernel.org>
Subject: Re: [PATCH] md: use default_groups in kobj_type
On Thu, Jan 6, 2022 at 2:03 AM Greg Kroah-Hartman
<gregkh@...uxfoundation.org> wrote:
>
> 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 md rdev 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: Song Liu <song@...nel.org>
> Cc: linux-raid@...r.kernel.org
> Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Applied to md-next. Thanks!
Song
Powered by blists - more mailing lists