Re: [PATCH -next] cgroup: switch to css_is_online() helper
From: Chen Ridong
Date: Tue Dec 02 2025 - 06:57:06 EST
On 2025/12/2 19:01, Jan Kara wrote:
> On Tue 02-12-25 02:57:47, Chen Ridong wrote:
>> From: Chen Ridong <chenridong@xxxxxxxxxx>
>>
>> Use the new css_is_online() helper that has been introduced to check css
>> online state, instead of testing the CSS_ONLINE flag directly. This
>> improves readability and centralizes the state check logic.
>>
>> No functional changes intended.
>>
>> Signed-off-by: Chen Ridong <chenridong@xxxxxxxxxx>
>
> Looks good. Feel free to add:
>
> Reviewed-by: Jan Kara <jack@xxxxxxx>
>
> Honza
>
Thank you.
--
Best regards,
Ridong