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-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 3A2771F45F for ; Tue, 7 May 2019 14:00:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726454AbfEGOA0 (ORCPT ); Tue, 7 May 2019 10:00:26 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:56450 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726399AbfEGOA0 (ORCPT ); Tue, 7 May 2019 10:00:26 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id EFE3351FBD; Tue, 7 May 2019 10:00:23 -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:content-transfer-encoding; s=sasl; bh=nsL7E+0r+YWt 7Z1CUTm4QGIHJeI=; b=HrNI/RRUcNWepyImnlEL+Jw5Ml3VCl8uUOD42bO/Mv6r Y4t/qyWjlNwu70BMt2qW5dK4Nj48YVL7iNtQNETQv5DNVPmSooOITdiFESSPSb0s rCCFYyvenNMysxBxw/uY3Sxgx5VHXVVW5sDmHGSpcXuPTT2gk3lIa4pltE6vNj4= 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:content-transfer-encoding; q=dns; s=sasl; b=hskU37 Ym3BKe+PoMoZ+BJRxifoSau/8VJLUFNxAH9l5Xx6IbtztxV8WeAwpke2NXixSLIs tyLzdOCBREymNdqYULINFAN8DCZR9Lnw6xHTHL1ZLWfYYvOTLl6U2diUbJhV1jJQ tuA8SbjtZCL+CK5jSPpss3rwiedBla2znRlr8= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id E84B651FBB; Tue, 7 May 2019 10:00:23 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.255.141]) (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 21AE751FB7; Tue, 7 May 2019 10:00:21 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: git@vger.kernel.org, Ben Peart , Johannes Sixt , SZEDER =?utf-8?Q?G=C3=A1bor?= Subject: Re: [PATCH v3 0/2] Fix fsmonitor after discard_index() References: <20190507111021.12840-1-avarab@gmail.com> Date: Tue, 07 May 2019 23:00:18 +0900 In-Reply-To: <20190507111021.12840-1-avarab@gmail.com> (=?utf-8?B?IsOGdmFy?= =?utf-8?B?IEFybmZqw7Zyw7A=?= Bjarmason"'s message of "Tue, 7 May 2019 13:10:19 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 73E6BBCC-70D0-11E9-A14A-B0405B776F7B-77302942!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > This v3 is all Johannes's patches. The outstanding review on v2 could > be clarified with a commit message change, which I've addressed, and > v2 conflicted with a cache.h change that's since landed in "master", > which I've rebased this on. > > Junio: We're getting closer to the release so it would be great to > have this. It's been broken for a long time, but having this finaly > fixed in v2.22 would be great. The functional code changes are also > isolated to the fsmonitor code path, which reduces the risk and makes > this easier to review/reason about. Thanks. With this many topic backlog in flight (and not yet in 'pu'), a resend like this, which is much easier to handle than mere reference to the previous discussion thread, is really appreciated.