From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id B5C091F4B4 for ; Wed, 21 Oct 2020 21:38:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2440229AbgJUViO (ORCPT ); Wed, 21 Oct 2020 17:38:14 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:62598 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407812AbgJUViO (ORCPT ); Wed, 21 Oct 2020 17:38:14 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 68E17FEB4A; Wed, 21 Oct 2020 17:38:12 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=OMd5WCHW7PqQQ4aDNVdCJZVfnW0=; b=bukiAK XFD1G5XMC6cbmebzG0wkjJ81RB+3sRVSuYqHiubVDtLFq0jw4xFqGZFfPVKK25dL thR5+VeHESCxzoTzXqhPgWXlD4/LKQk2Febt/5t5eMVmTG5prH0MOMneqmey3O5M KHWqcAkNzvLLBxxgBosYHU0NO4OnBI3E2Isss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=MLULijx70rJiKwX7OjVAnKIBj6pPUWxE 1xB1eC4ZtrYtol8Ktd94G8Kw6NGUqiG5Af7xZUV+qPJKnxXKsYzZqasiQV6/f5C/ YozNEL8bMC1wDyUWKAAPkmGtHCVMnFZ+LgQD/RUCUH1Zxg2VvMJyTF7yjlYL9syf ujsO+qBT6nk= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 617D3FEB49; Wed, 21 Oct 2020 17:38:12 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.75.7.245]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id AD3E1FEB46; Wed, 21 Oct 2020 17:38:09 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Taylor Blau Cc: Alex Vandiver via GitGitGadget , git@vger.kernel.org, Nipunn Koorapati , Alex Vandiver Subject: Re: [PATCH 1/2] fsmonitor: stop inline'ing mark_fsmonitor_valid / _invalid References: <049989652cefb90304e711dbfe354b55a5a71f41.1603303474.git.gitgitgadget@gmail.com> <20201021205537.GB1270359@nand.local> <20201021213136.GA1877888@nand.local> Date: Wed, 21 Oct 2020 14:38:07 -0700 In-Reply-To: <20201021213136.GA1877888@nand.local> (Taylor Blau's message of "Wed, 21 Oct 2020 17:31:36 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: B69F3084-13E5-11EB-A94F-E43E2BB96649-77302942!pb-smtp20.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Taylor Blau writes: > Tangential to this discussion: are you still expecting a tree-wide > change to start use extern everywhere? I think before we start opening the tree for new topics is the best time to do so, if we were to follow through, but after we have dealt with brown-paper-bag fixes to the release. The Makefile tweak for the skip-dashed thing is the only one for 2.29, I think, so ... Thanks.