Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp17271pxb; Tue, 2 Feb 2021 21:13:41 -0800 (PST) X-Google-Smtp-Source: ABdhPJwupLQ/bVFgiYWsQgDUeHhVlFfowasbzmkiVzykoAahcTuGIgKQtx4nd6rnbID6p3/wkbHq X-Received: by 2002:a17:906:1389:: with SMTP id f9mr1467751ejc.442.1612329220961; Tue, 02 Feb 2021 21:13:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612329220; cv=none; d=google.com; s=arc-20160816; b=u/mbWJhucvXxVjqnoEXeLESpcYhpMUi3oswjAhcm+js1gZ2Cb4dIC/Z/dlbE3iCnqa NrBeQtLdTxIDFpiWVNtOMxjNHA8+cq40evxjr9Mnl1b0YNESKTbYooxEDwDp2W4rZ8zN jxF/nD14l+X/QhxZrQe7QPDKqnJti62qla7yJAn64P0aMAbS4qm+F+BzYF2R1TnW1FM8 YYzuiz8D921TW3U9IZ+aohy+TrkRCse4GUjS8+je25aacbins6O3v7ZRzefPzXWDaWxK 7+34izu66lXoUoJqxQBxEB4tk6YodrzNCvQEUlYzforZrWrZbFE3hJt3pdOsG8YtbUrZ zq3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=zVjc4sV53oulGGumsLcIZLWU5uXjgKzaoOSA3sZJpVc=; b=LeIncyQO35Ekno/vhaCW8d40/4CyhLOmkulEPjimIIQe6QGGeKGpflDYWnk+jNQiZp 3Q9l9uVuyRc8xR3bp1cppc+dBNz/ZhXYWIrWbPE9XE1GioPLcMKGC+FPkpf1QsAi8+uY NtNOR+6DVqPMrA2bUVSho8UH3RYYUzJ730pr91qJjBwsCldtBq4DI19CXgBRwTgMdP84 PEmhlnbI2m/mHPfIw7MxQl/etJ+d6+1yOvAlIRKSIxuhcgQwOI4t2jMZ1QjR7FpVtjGI /KkZ+/0uM1hk1BL8NxsIdBvy5aenOoA11kBI+/IlfAz9BjKdw6RsBVeFLxN2OdGU9FkC O4xA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hb21si664089ejb.278.2021.02.02.21.13.16; Tue, 02 Feb 2021 21:13:40 -0800 (PST) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229554AbhBCFNG (ORCPT + 99 others); Wed, 3 Feb 2021 00:13:06 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:44336 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229539AbhBCFNF (ORCPT ); Wed, 3 Feb 2021 00:13:05 -0500 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 1135BrLY016312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 3 Feb 2021 00:11:53 -0500 Received: by cwcc.thunk.org (Postfix, from userid 15806) id E4E2C15C39E2; Wed, 3 Feb 2021 00:11:52 -0500 (EST) Date: Wed, 3 Feb 2021 00:11:52 -0500 From: "Theodore Ts'o" To: Eric Biggers Cc: Jan Kara , linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, Christoph Hellwig Subject: Re: [PATCH v2 00/12] lazytime fix and cleanups Message-ID: References: <20210109075903.208222-1-ebiggers@kernel.org> <20210111151517.GK18475@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Jan 11, 2021 at 12:44:35PM -0800, Eric Biggers wrote: > > > > The series look good to me. How do you plan to merge it (after resolving > > Christoph's remarks)? I guess either Ted can take it through the ext4 tree > > or I can take it through my tree... > > I think taking it through your tree would be best, unless Al or Ted wants to > take it. I'm happy to take it through the ext4 tree. Are you planning on issuing a newer version of this patch series to resolve Christoph's comments? - Ted