From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Aneesh Kumar K.V" To: Ross Zwisler , linux-kernel@vger.kernel.org Cc: Ross Zwisler , "Theodore Ts'o" , Alexander Viro , Andreas Dilger , Andrew Morton , Christoph Hellwig , Dan Williams , Dave Chinner , Jan Kara , Matthew Wilcox , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-nvdimm@lists.01.org, linux-xfs@vger.kernel.org Subject: Re: [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD In-Reply-To: <20161012225022.15507-18-ross.zwisler@linux.intel.com> References: <20161012225022.15507-1-ross.zwisler@linux.intel.com> <20161012225022.15507-18-ross.zwisler@linux.intel.com> Date: Mon, 17 Oct 2016 11:27:24 +0530 MIME-Version: 1.0 Content-Type: text/plain Message-Id: <87eg3ftt4r.fsf@linux.vnet.ibm.com> Sender: owner-linux-mm@kvack.org List-ID: Ross Zwisler writes: > Now that DAX PMD faults are once again working and are now participating in > DAX's radix tree locking scheme, allow their config option to be enabled. > > Signed-off-by: Ross Zwisler > --- > fs/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/Kconfig b/fs/Kconfig > index 2bc7ad7..b6f0fce 100644 > --- a/fs/Kconfig > +++ b/fs/Kconfig > @@ -55,7 +55,6 @@ config FS_DAX_PMD > depends on FS_DAX > depends on ZONE_DEVICE > depends on TRANSPARENT_HUGEPAGE > - depends on BROKEN > > endif # BLOCK This series made dax_pmd_fault return VM_FAULT_FALLBACK in [PATCH v6 09/17] dax: remove dax_pmd_fault(). That essentially disable dax pmd for ext4. Any plans to fix that ? -aneesh -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org