Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp896124pxb; Mon, 16 Aug 2021 21:50:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwTvpFoAuXq/P5uuk4uDxjPfMIFfDN/zd42JUl9z1WgNB4h33X/xrIIJdVKNxS+sNNbY1KB X-Received: by 2002:a17:906:2bd0:: with SMTP id n16mr1800994ejg.132.1629175838908; Mon, 16 Aug 2021 21:50:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629175838; cv=none; d=google.com; s=arc-20160816; b=FnDhHG1mzQr9ein3GakByax+V2uqB8R5riiuVCcqzNPx74JDAh8gZDC8wkFVAd/iK+ WTr3TZf+HlJ9QAjc1zU4uIOsBo+NUWPqzC0bROqLwm3UZtLYsxpN3Oi8iOAOVAsRYJIE cwQ9xNjt969T8t2mEli021uZgouzzj/O+JXwzfK1gpj5iLPA6k8UZIJYzVI7lgJtmWsI ziZTzfitZiK+2UxNAsjuIb3GbDC/VlboR6zb1d3yhGLbubO2oKfKZ1dp308RnffUSk4+ y63PlYmQ6dcxtFHBdOiozuvwvdzuX7eUnNnTtDDHkV320gP29kWlC75JVDsy6b542kUj HUrw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=5aKfhvjpYCIKxwBiOE2wgwaK3nMMt/MR0lx9vEbMs9o=; b=yvM5fNIweOeAIMFMSWQudftQ8+mFaWau2un/a5F/eZnpDMR/OFQTHbCsdTNIn8FNzE Yg2hwJtk648/zl0z0ATD8zYn5rZ2QqIWL8tLkCSCFBC2fp6Wbqk58Mm6ozhzal/OPfvo fnWPLJTkRiIT91w2VfL47OcgjQX0m/UHjY7A5HGvOcsCDpGNIPF/2F0tkGT96lZO6hsn VqZtWGAuTjDr+AgHaEmDkt7ZWrZxxfOu9AR1IZiiTShEuh0CMiVRReB0yYhZ7ns34N/R r9FXTY+7j8IJzQAh1Z137/V90Ydc3QR4ESQsb/R6qlSSNUcsEtXXzo/oWt8ZVpplWLET hYSQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h6si1180509ede.421.2021.08.16.21.50.15; Mon, 16 Aug 2021 21:50:38 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238018AbhHQEqS (ORCPT + 99 others); Tue, 17 Aug 2021 00:46:18 -0400 Received: from verein.lst.de ([213.95.11.211]:56994 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238011AbhHQEqM (ORCPT ); Tue, 17 Aug 2021 00:46:12 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 3A04A6736F; Tue, 17 Aug 2021 06:45:36 +0200 (CEST) Date: Tue, 17 Aug 2021 06:45:36 +0200 From: Christoph Hellwig To: Ming Lei Cc: Thomas Gleixner , Jens Axboe , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH 1/7] genirq/affinity: remove the 'firstvec' parameter from irq_build_affinity_masks Message-ID: <20210817044536.GA3874@lst.de> References: <20210814123532.229494-1-ming.lei@redhat.com> <20210814123532.229494-2-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210814123532.229494-2-ming.lei@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 14, 2021 at 08:35:26PM +0800, Ming Lei wrote: > The 'firstvec' parameter is always same with the parameter of > 'startvec', so use 'startvec' directly inside irq_build_affinity_masks(). > > Signed-off-by: Ming Lei Looks good, Reviewed-by: Christoph Hellwig