From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A69E3EB64DD for ; Thu, 3 Aug 2023 14:12:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235340AbjHCOMG (ORCPT ); Thu, 3 Aug 2023 10:12:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234158AbjHCOLo (ORCPT ); Thu, 3 Aug 2023 10:11:44 -0400 Received: from mail-qv1-xf32.google.com (mail-qv1-xf32.google.com [IPv6:2607:f8b0:4864:20::f32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 545604C0E for ; Thu, 3 Aug 2023 07:10:56 -0700 (PDT) Received: by mail-qv1-xf32.google.com with SMTP id 6a1803df08f44-63cffc0f95eso5419806d6.3 for ; Thu, 03 Aug 2023 07:10:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpxchg-org.20221208.gappssmtp.com; s=20221208; t=1691071854; x=1691676654; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=YK1kR5msnkStlX/fQur0EoisiWFGZLTUdGslkPaUGUk=; b=UFOM7zDVQVcS3LfF/4QazEBXoUPkF5omxMvrFErHuGjaX/itDvATmOxiOE101O+XMw gy8iScRh4vaPBjWLFKcTsyeaw5iLs4Wu6simJm1pMbYQMfGTfZz8rmpbjV3TXtOVh60T YtAfMqN1tYQyoFfKOcgZ2HDeANRxU8tctaXUHZYCq+W3Kagr5a07jSL42pUev4wm3b0h FfWGxKAR53Xvdc/JXLg891qsRI1LjYV81hCLfsAYeVeiOKkE/Wv51Rup2osuUe27Emhy Q2bOYlT5SDplenN//8wyLqeEdGGC4NH8nFk9PaAG3zOL163k7T/MRD7QRT66ot4e2Eu5 qTpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691071854; x=1691676654; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=YK1kR5msnkStlX/fQur0EoisiWFGZLTUdGslkPaUGUk=; b=aaYSaJ/KaP/8hb2G73wqCBxv41wxcidua6mNOjdywVkMJBxeOrlhZpDDSMhe14Macf nGIHG9YTK/D1Gz7Jrjh1KdR6yX4gSAgbG7qHy+RZpplKyWy7Av17Xf4EJpVHQ8iNmVJq QFi4VjjhPYQRY1vul6yt8YaxNOfu/UpSZ9RvJaLbyB5uTBybd9A92S/FsmQsxHN+kEQ2 Hs7Nx7IcBFlHZq4siXoJ62FFkFiVF2VAm9upc9is1MZ3fEL4D3UtTz1VSQFSK8AVU1ax P1Qn4zaovB31PAYbvQS5mq0uMaOpHshtExpc2jU1Z1gcaQLtTH3Z1sgDmYaFQl2zZc0G X/Jw== X-Gm-Message-State: ABy/qLbNyT5uUdpRyEzxN5+denmTVFwbE9xwPWjeMLt4XjH8e9kKGPt+ ApWXKXuprwhpzNmGXuKtTT7qKQ== X-Google-Smtp-Source: APBJJlHG/HJ8dg2so1MrmKd58NvGTSjLjHljlytzbh4O2k3vFxYFztSYGJceRVx7+cpcvA/Uzuhi5g== X-Received: by 2002:a0c:e14c:0:b0:626:290f:3e80 with SMTP id c12-20020a0ce14c000000b00626290f3e80mr16822152qvl.50.1691071854445; Thu, 03 Aug 2023 07:10:54 -0700 (PDT) Received: from localhost ([2620:10d:c091:400::5:9910]) by smtp.gmail.com with ESMTPSA id a17-20020a0ce391000000b0063211e61875sm6316535qvl.14.2023.08.03.07.10.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Aug 2023 07:10:54 -0700 (PDT) Date: Thu, 3 Aug 2023 10:10:53 -0400 From: Johannes Weiner To: Miaohe Lin Cc: tj@kernel.org, lizefan.x@bytedance.com, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cgroup: fix obsolete function name in cgroup_destroy_locked() Message-ID: <20230803141053.GB219857@cmpxchg.org> References: <20230803115702.741128-1-linmiaohe@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803115702.741128-1-linmiaohe@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 03, 2023 at 07:57:02PM +0800, Miaohe Lin wrote: > Since commit e76ecaeef65c ("cgroup: use cgroup_kn_lock_live() in other > cgroup kernfs methods"), cgroup_kn_lock_live() is used in cgroup kernfs > methods. Update corresponding comment. > > Signed-off-by: Miaohe Lin Acked-by: Johannes Weiner