From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miaohe Lin Subject: Re: [PATCH] cgroup: remove unneeded return value of cgroup_rm_cftypes_locked() Date: Tue, 11 Jul 2023 11:00:58 +0800 Message-ID: <27428e7d-e280-2f78-7856-056d4e174057@huawei.com> References: <20230701073856.2095425-1-linmiaohe@huawei.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US List-ID: Content-Type: text/plain; charset="us-ascii" To: Tejun Heo Cc: hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org, lizefan.x-EC8Uxl6Npydl57MIdRCFDg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 2023/7/11 3:40, Tejun Heo wrote: > On Sat, Jul 01, 2023 at 03:38:56PM +0800, Miaohe Lin wrote: >> The return value of cgroup_rm_cftypes_locked() is always 0. So remove >> it to simplify the code. No functional change intended. >> >> Signed-off-by: Miaohe Lin > > Applied to cgroup/for-6.6. Please feel free to follow up with the comment > addition Michal suggested. Should I send a v2 patch or a separate patch? Both is fine to me. Thanks for your work.