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=-2.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 61AD7CA9EBB for ; Thu, 24 Oct 2019 11:17:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3091C20856 for ; Thu, 24 Oct 2019 11:17:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=mbobrowski-org.20150623.gappssmtp.com header.i=@mbobrowski-org.20150623.gappssmtp.com header.b="nbUaHNVY" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408109AbfJXLRd (ORCPT ); Thu, 24 Oct 2019 07:17:33 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:44771 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2408094AbfJXLRc (ORCPT ); Thu, 24 Oct 2019 07:17:32 -0400 Received: by mail-pg1-f196.google.com with SMTP id e10so14037166pgd.11 for ; Thu, 24 Oct 2019 04:17:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mbobrowski-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=72mt0Fv0fF6HgXRK9YSk0V4Lu1RdSxFd5Ezo9zx916M=; b=nbUaHNVYOKa4Ozpo/wZGITDCOOlXu1wZOm1JtnF/TAbcX++qCWman5DVWlCSzdsfrx SlN0VwE19W7nbfkFJZ/49ZU/maU3SYsUUzWW1Fkd/iwPtnFyNSlh3jZv3hkNdkL/7/rH /67gc47D5VoL9rY1mHcRg+/LX8VKQWeB131YlB0H4QdOKAJ7RlRg3vJRwmh47XtfWBB2 hulbfKG59X4qUd0GbsMQGgXqRqmlMkByW1vCoj/ojnMDwiJyNC/8GbWRj7bq7WitRloG hbdxj2ERxzTAl3RLiXBt7fvPNUMAG8tAK884jd9x/SPpK8L3aVvAYVe4NTvqlSkMu7V5 3ckA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=72mt0Fv0fF6HgXRK9YSk0V4Lu1RdSxFd5Ezo9zx916M=; b=ByNqXtsRWaIJYapzMdUsxM2tcCBute6o8eDL41SeXqzpGGU3loXLUk5vYYQrQyr8Kh upcLzXtcJ2MjH+Bqb6mZnhgOw5NE7vbHv1TC6zkoiU58L1kUJLbbflduZzDMNy4GWhut 66hVxGDbsCO79NEuI2kWNMJJK2y99GXq+J6exKHs9e0C3hfZ28j4cBvAasHwm+O7CExb rXZpOxl9xBx/mcDxrM14y6OL//kfzp0R02PREww4Ry+SG9X1yPKGPIh5YfYU9axqPmtG BB+VR0e5HrPKXbF8ELZowgIbUg42LcJXL1+ApycqGBoksSTdcv8w4SdzGJKsZ0KGoqI/ Rp8A== X-Gm-Message-State: APjAAAXjs7Q2T0h2+iUOQkQLeLNpie+ILzwsd9wSuO1iArXeN1SY+lpU LYTWQD0slycVCCKJYamCwTxw X-Google-Smtp-Source: APXvYqwjjKMkNaCR0cMMf3F7jxyXQWvOsJkgfIGuhcoVFFEw6gq79y7Ew5nFcCje6H0+zIZ8iF13Qg== X-Received: by 2002:a62:b504:: with SMTP id y4mr16904529pfe.198.1571915851899; Thu, 24 Oct 2019 04:17:31 -0700 (PDT) Received: from bobrowski ([110.232.114.101]) by smtp.gmail.com with ESMTPSA id y80sm27463586pfc.30.2019.10.24.04.17.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Oct 2019 04:17:31 -0700 (PDT) Date: Thu, 24 Oct 2019 22:17:25 +1100 From: Matthew Bobrowski To: Christoph Hellwig Cc: tytso@mit.edu, jack@suse.cz, adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, david@fromorbit.com, darrick.wong@oracle.com Subject: Re: [PATCH v5 05/12] iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() Message-ID: <20191024111725.GB20373@bobrowski> References: <5dc3085af89a3e7c20db22e9e7012b4676b440a9.1571647179.git.mbobrowski@mbobrowski.org> <20191024014153.GA14940@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191024014153.GA14940@infradead.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Wed, Oct 23, 2019 at 06:41:53PM -0700, Christoph Hellwig wrote: > On Mon, Oct 21, 2019 at 08:18:18PM +1100, mbobrowski@mbobrowski.org wrote: > > This patch has already been posted through by Jan, but I've just > > included it within this patch series to mark that it's a clear > > dependency. > > You probably want to resend the next iteration against the > iomap-for-next branch, which includes this plus an iomap_begin > API change. Darrick plans to have it as a stable branch, so that it can > also be pulled into the ext4 tree. OK, noted! Checking out and rebasing. :) ----