Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755631AbbLBU30 (ORCPT ); Wed, 2 Dec 2015 15:29:26 -0500 Received: from ipmail07.adl2.internode.on.net ([150.101.137.131]:53580 "EHLO ipmail07.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751441AbbLBU3Y (ORCPT ); Wed, 2 Dec 2015 15:29:24 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DMBgDpU19W/1bELHlehHuCYagnAQEEBos/iC6BDoYIBAICgU9NAQEBAQEBgQuENQEFJxMcMwgDGAklDwUlAyEBEoguv34tGYV0hUSJOwWWYY0znHZjhBgqNIVvAQEB Date: Thu, 3 Dec 2015 07:29:10 +1100 From: Dave Chinner To: Ross Zwisler , xfs@oss.sgi.com, Brian Foster , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Jeff Moyer Subject: Re: xfstests failures with xfs, dax and v4.4-rc3 Message-ID: <20151202202910.GH19199@dastard> References: <20151202183438.GA1319@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151202183438.GA1319@linux.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 25 On Wed, Dec 02, 2015 at 11:34:38AM -0700, Ross Zwisler wrote: > I'm hitting a few more test failures in my testing setup with v4.4-rc3, xfs > and DAX. My test setup is a pair of 4GiB PMEM partitions in a KVM virtual > machine. Here are the failures: Which are caused by commit 1ca1915 ("xfs: Don't use unwritten extents for DAX") because of this code for unwritten extent conversion in get_blocks: tp->t_flags |= XFS_TRANS_RESERVE; It's a minor problem compared to all the other issues DAX has right now, so I ignored it to get the bigger problem solved first. Cheers, Dave. -- Dave Chinner david@fromorbit.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/