Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp2399576ybc; Wed, 13 Nov 2019 13:58:06 -0800 (PST) X-Google-Smtp-Source: APXvYqxCyGnnRSwWf++uexrPMIhkBsviuW80L6yrjXzY2lKU9SgUG/xLZnDRV1HlHnm6blFicks1 X-Received: by 2002:a17:906:234e:: with SMTP id m14mr5002961eja.94.1573682286085; Wed, 13 Nov 2019 13:58:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573682286; cv=none; d=google.com; s=arc-20160816; b=0dzO2KZdLqOZbjm3sr53Gf5o+LgEzFs+y2a59/oRWAP8hm/51de2ByBtHgl56SVVIy 7drGBRMZVQ8aj6GQ4BByXwr20U5cXzicBvJ+lt/L4984eJp6vMmyOQtFP4787EkMl1kv cBM1cT78tjpB9gQyzas27C0qHsj8UKZiGRGXUeqlxhnrsCkKnYgNCg3r7sjnfdEscvwJ xqMgHMMbV9nzX9gpEW9yhBShOht0dh2giPCTiqjysKki1eh6XkjrifcN1+69CCa3HQ88 ZDHKeSOtRKuA3WAo60VU9Yd8YVzSqXZZlRs426Z92dreX1n+PvM7TKvYR2PHAwmu90tl BvOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=9vFyS8r3ABFe5JKgY2jLr0zKUsGaUprPlkGnPlU0Koc=; b=H4+bauPqUGbk/bj4/WfIGv//TeO+gg5RSCRlkmLVJnZzYZilFBzcr/aUiAxqUWTrQn 07/dADZi7HbK6zRZEijIOVySaPBGUzB/luSNfLVknmy9OGe5PMp39tDDO1z6Zundvq+D zFdpZanal5ZdUPx/ogwsgc9AycrC11Psg0UfFS161sLRDyN8oRB/RsM7VSMwHckDqxw7 OYeGBiRszemENB7VhAOWG5ySPZRI5vcRo01u3qKIPysa5Suxrm6Tww/jLDigo5pSIWfx /TC0wYZGhP2seUM3RrLMZ8c9e/q8kaBEBVNbEFFzR9fJvs28wWyalERUeimbAiAfLhyw oYNQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f12si2137435edy.41.2019.11.13.13.57.41; Wed, 13 Nov 2019 13:58:06 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726521AbfKMVya (ORCPT + 99 others); Wed, 13 Nov 2019 16:54:30 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:39195 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726162AbfKMVya (ORCPT ); Wed, 13 Nov 2019 16:54:30 -0500 Received: from p5b06da22.dip0.t-ipconnect.de ([91.6.218.34] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1iV0ap-00075m-Af; Wed, 13 Nov 2019 22:54:27 +0100 Date: Wed, 13 Nov 2019 22:54:26 +0100 (CET) From: Thomas Gleixner To: Arnd Bergmann cc: y2038@lists.linaro.org, linux-kernel@vger.kernel.org, Deepa Dinamani , Catalin Marinas , Oleg Nesterov , Frederic Weisbecker , Corey Minyard , Sebastian Andrzej Siewior , Anna-Maria Gleixner Subject: Re: [PATCH 18/23] y2038: itimer: compat handling to itimer.c In-Reply-To: <20191108211323.1806194-9-arnd@arndb.de> Message-ID: References: <20191108210236.1296047-1-arnd@arndb.de> <20191108211323.1806194-9-arnd@arndb.de> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 8 Nov 2019, Arnd Bergmann wrote: > The structure is only used in one place, moving it there simplifies the > interface and helps with later changes to this code. > > Rename it to match the other time32 structures in the process. > > Signed-off-by: Arnd Bergmann Reviewed-by: Thomas Gleixner