From: Vladimir Marek Date: Mon, 28 Oct 2013 20:46:05 +0000 (+0100) Subject: Re: Re: [PATCH v2] new: Don't scan unchanged directories with no sub-directories X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=266aa188a9f21b85fe192fb7d2c304c047b0d247;p=notmuch-archives.git Re: Re: [PATCH v2] new: Don't scan unchanged directories with no sub-directories --- diff --git a/90/6a7e045c0d4ecb452994584feaf90a9c23fd73 b/90/6a7e045c0d4ecb452994584feaf90a9c23fd73 new file mode 100644 index 000000000..c0cf8445f --- /dev/null +++ b/90/6a7e045c0d4ecb452994584feaf90a9c23fd73 @@ -0,0 +1,78 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 1A4F4431FD5 + for ; Mon, 28 Oct 2013 13:46:24 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.299 +X-Spam-Level: +X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id eASahNAoHbZ7 for ; + Mon, 28 Oct 2013 13:46:16 -0700 (PDT) +Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 96135431FAF + for ; Mon, 28 Oct 2013 13:46:16 -0700 (PDT) +Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) + by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with + ESMTP id r9SKkDMq008546 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); + Mon, 28 Oct 2013 20:46:14 GMT +Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) + by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r9SKkBhD011428 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); + Mon, 28 Oct 2013 20:46:11 GMT +Received: from abhmt101.oracle.com (abhmt101.oracle.com [141.146.116.53]) + by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r9SKkBq0026391; Mon, 28 Oct 2013 20:46:11 GMT +Received: from virt.cz.oracle.com (/10.163.102.127) + by default (Oracle Beehive Gateway v4.0) + with ESMTP ; Mon, 28 Oct 2013 13:46:10 -0700 +Date: Mon, 28 Oct 2013 21:46:05 +0100 +From: Vladimir Marek +To: David Bremner +Subject: Re: Re: [PATCH v2] new: Don't scan unchanged directories with no + sub-directories +Message-ID: <20131028204600.GA29932@virt.cz.oracle.com> +References: <20131024210837.GH20337@mit.edu> + <1382650739-12438-1-git-send-email-amdragon@mit.edu> + <87txg1go8c.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +In-Reply-To: <87txg1go8c.fsf@zancas.localnet> +User-Agent: Mutt/1.5.21 (2012-12-30) +X-Source-IP: acsinet21.oracle.com [141.146.126.237] +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Mon, 28 Oct 2013 20:46:24 -0000 + +> > This can substantially reduce the cost of notmuch new in some +> > situations, such as when the file system cache is cold or when the +> > Maildir is on NFS. +> > --- +> +> pushed as commit 516efb7807 + +Muchas gracias! +-- + Vlad