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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C70F6C433E0 for ; Mon, 8 Feb 2021 10:45:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7CABD64E7D for ; Mon, 8 Feb 2021 10:45:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232562AbhBHKpM (ORCPT ); Mon, 8 Feb 2021 05:45:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232395AbhBHKfI (ORCPT ); Mon, 8 Feb 2021 05:35:08 -0500 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 849B8C06178C for ; Mon, 8 Feb 2021 02:34:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=bRpgoLWJPHxSZ8lZ5Bw0K778uJjEstKxohuiCKTDc8M=; b=ZhvS8BWD3pgbYR7kzIseGT5Alt aE5ThcQTT8ep8AIQgJJfGj0+yIPVG7aeUDGg4Wq/2T1BLxWbEp9N0bUZqdrhfW6hJYB4RoYdpGPkf jZx3IZHrS6CpcaKqvl8iEZ0sX1FN68XHTPe9ok6XGAO3gWNrYGzughxVvysUFdrM0r9D19o+V0XCL FfN4YTANwaQWvppdPeQaOLj7QSs/FStWDzt1id1Hy2w2///5zZ2dO7HSe8KHmwfHCB8yWHr0KMY9i hFtQfpy6UATKmuw4RKu8wyU9+pXTOu70SoT4PsQXNRKmPGqayb1pRTupGMQYNu6CGqpkSf6+D7IS4 c469zZ3A==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1l93s4-0007qQ-87; Mon, 08 Feb 2021 10:34:20 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 11F103010D2; Mon, 8 Feb 2021 11:34:19 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id F39A22BF248D3; Mon, 8 Feb 2021 11:34:18 +0100 (CET) Date: Mon, 8 Feb 2021 11:34:18 +0100 From: Peter Zijlstra To: Alexey Dobriyan Cc: mingo@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] sched: make struct task_struct::state 32-bit Message-ID: References: <20210206151832.GA487103@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210206151832.GA487103@localhost.localdomain> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 06, 2021 at 06:18:32PM +0300, Alexey Dobriyan wrote: > Silently delete "extern" from prototypes. NAK, extern is right.