From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Williams Subject: Re: [PATCH 16/19] ext4: Support for synchronous DAX faults Date: Wed, 11 Oct 2017 15:23:21 -0700 Message-ID: References: <20171011200603.27442-1-jack@suse.cz> <20171011200603.27442-17-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: linux-fsdevel , linux-ext4 , linux-xfs@vger.kernel.org, Christoph Hellwig , Ross Zwisler , Ted Tso , "Darrick J. Wong" To: Jan Kara Return-path: Received: from mail-oi0-f52.google.com ([209.85.218.52]:51697 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751285AbdJKWXW (ORCPT ); Wed, 11 Oct 2017 18:23:22 -0400 Received: by mail-oi0-f52.google.com with SMTP id j126so5527657oib.8 for ; Wed, 11 Oct 2017 15:23:22 -0700 (PDT) In-Reply-To: <20171011200603.27442-17-jack@suse.cz> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, Oct 11, 2017 at 1:06 PM, Jan Kara wrote: > We return IOMAP_F_NEEDDSYNC flag from ext4_iomap_begin() I assume this a stale changelog from a previous version and should be VM_FAULT_NEEDDSYNC?