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 D0919C433F5 for ; Thu, 27 Jan 2022 17:19:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242356AbiA0RTM (ORCPT ); Thu, 27 Jan 2022 12:19:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235515AbiA0RTM (ORCPT ); Thu, 27 Jan 2022 12:19:12 -0500 Received: from mail-il1-x131.google.com (mail-il1-x131.google.com [IPv6:2607:f8b0:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B0415C06173B for ; Thu, 27 Jan 2022 09:19:11 -0800 (PST) Received: by mail-il1-x131.google.com with SMTP id z7so3076482ilb.6 for ; Thu, 27 Jan 2022 09:19:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=from:to:cc:in-reply-to:references:subject:message-id:date :mime-version:content-transfer-encoding; bh=PN5u6+QeNQRsASgfQITq6sGSB7/LNkABHim8OIkAXSY=; b=ojjWJeCjUXZ9zXtEIvtZv1HiZLRKl9mVCrg4wRuNp4Ix/fsHTeIOHIhPWZZZTBd0bX gBznePrhgLHdleBHR/jqLuwSsFAIV8O4e8XzHjks3IYWcLZ+UItKVFfKCC7WIIfhhzzo Cl7e1mv5XdN86aF7Xry8TyqkU9gLdld16AYhrCIztRo5CEsPaZB9w4hsl0tLK0Yn1Rpm oyrLp7axF+7p+gCXQ8Uo6ViJxRlo05UpYDFbohzm2I0cAJGcACiPLP522SD3RcsNbV2G vCoAEjQIXMmaw05+1MA1JOp3bX7B8PLt6jXQFjnDW6HM6dQ0oEtcEtGOajfHiplxq8a7 yyug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject :message-id:date:mime-version:content-transfer-encoding; bh=PN5u6+QeNQRsASgfQITq6sGSB7/LNkABHim8OIkAXSY=; b=gEGP/Z8Ze5fFWthfDri79fs1GRx1Rg24nBiZj2dnIpORi9T1TProFi2XZYdnkOEbFW lPWPFy0qnLmAGZIS9x1Ji68yfPxgqN315TD8KKUW588hR5dFRCTnpjBe7ZdcQzT4/ITv SAQTjSGpTpLioDQFATT4xEjPtVMZ1GppThG30G1egkHu9SRIVUPZRDH3k7kOq2+ddL1t Tc5bwMBNya1P2nWX8bidjmNY7xXAFUlq+e644pUs9ZJQ55UfNrD9zaTF3Cy+ryjOiS45 cjmtLM8mGAOG0mc0iPxecCQA0Ho81jAQBlfSD4ONHeiUej/ViOXUPhf+2rn4OBJUyDMz E58Q== X-Gm-Message-State: AOAM5303cduM0niFckzSLLP0M6rSAy+C3S0f/RrVIc7NYi6yCilLFXqD XnR7U2GcsYKQWpuISp9Jjco80A== X-Google-Smtp-Source: ABdhPJzJfmAhaB4REm9uAJrFOsiwJdsu78f3KJ1zUkwa2CRRS+nxMQszAqviQDW4srMxwLEgwWcPxQ== X-Received: by 2002:a05:6e02:15c4:: with SMTP id q4mr3328454ilu.15.1643303951105; Thu, 27 Jan 2022 09:19:11 -0800 (PST) Received: from x1.localdomain ([207.135.234.126]) by smtp.gmail.com with ESMTPSA id p13sm740024iod.51.2022.01.27.09.19.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Jan 2022 09:19:10 -0800 (PST) From: Jens Axboe To: Usama Arif , linux-kernel@vger.kernel.org, asml.silence@gmail.com, io-uring@vger.kernel.org Cc: fam.zheng@bytedance.com In-Reply-To: <20220127140444.4016585-1-usama.arif@bytedance.com> References: <20220127140444.4016585-1-usama.arif@bytedance.com> Subject: Re: [PATCH] io_uring: remove unused argument from io_rsrc_node_alloc Message-Id: <164330395052.210938.1004883537285107042.b4-ty@kernel.dk> Date: Thu, 27 Jan 2022 10:19:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Thu, 27 Jan 2022 14:04:44 +0000, Usama Arif wrote: > io_ring_ctx is not used in the function. > > Applied, thanks! [1/1] io_uring: remove unused argument from io_rsrc_node_alloc commit: f6133fbd373811066c8441737e65f384c8f31974 Best regards, -- Jens Axboe