From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC PATCH] ext4: Don't release mutex for DAX write Date: Tue, 3 May 2016 01:43:43 -0700 Message-ID: <20160503084343.GA31363@infradead.org> References: <1462219138-44089-1-git-send-email-Waiman.Long@hpe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Theodore Ts'o , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Hellwig , Scott J Norton , Douglas Hatch To: Waiman Long Return-path: Content-Disposition: inline In-Reply-To: <1462219138-44089-1-git-send-email-Waiman.Long@hpe.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org As explained in another thread I really think we need to get DAX to stop pretending to be direct I/O, which should also take care of the locking. The same issue also exists for ext2 and XFS so it needs to be solved at a higher level.