From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: Re: [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD Date: Thu, 13 Oct 2016 17:42:57 +0200 Message-ID: <20161013154257.GC30680@quack2.suse.cz> References: <20161012225022.15507-1-ross.zwisler@linux.intel.com> <20161012225022.15507-18-ross.zwisler@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Theodore Ts'o , Matthew Wilcox , Dave Chinner , linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, Andreas Dilger , Alexander Viro , linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jan Kara , Andrew Morton , linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Christoph Hellwig To: Ross Zwisler Return-path: Content-Disposition: inline In-Reply-To: <20161012225022.15507-18-ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org Sender: "Linux-nvdimm" List-Id: linux-ext4.vger.kernel.org On Wed 12-10-16 16:50:22, Ross Zwisler wrote: > 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 Looks good. You can add: Reviewed-by: Jan Kara Honza > --- > 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 > > -- > 2.9.0 > -- Jan Kara SUSE Labs, CR From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 13 Oct 2016 17:42:57 +0200 From: Jan Kara Subject: Re: [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD Message-ID: <20161013154257.GC30680@quack2.suse.cz> References: <20161012225022.15507-1-ross.zwisler@linux.intel.com> <20161012225022.15507-18-ross.zwisler@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161012225022.15507-18-ross.zwisler@linux.intel.com> Sender: owner-linux-mm@kvack.org To: Ross Zwisler Cc: linux-kernel@vger.kernel.org, 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 List-ID: On Wed 12-10-16 16:50:22, Ross Zwisler wrote: > 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 Looks good. You can add: Reviewed-by: Jan Kara Honza > --- > 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 > > -- > 2.9.0 > -- Jan Kara SUSE Labs, CR -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:52384 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753090AbcJMPoL (ORCPT ); Thu, 13 Oct 2016 11:44:11 -0400 Date: Thu, 13 Oct 2016 17:42:57 +0200 From: Jan Kara Subject: Re: [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD Message-ID: <20161013154257.GC30680@quack2.suse.cz> References: <20161012225022.15507-1-ross.zwisler@linux.intel.com> <20161012225022.15507-18-ross.zwisler@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161012225022.15507-18-ross.zwisler@linux.intel.com> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Ross Zwisler Cc: linux-kernel@vger.kernel.org, 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 On Wed 12-10-16 16:50:22, Ross Zwisler wrote: > 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 Looks good. You can add: Reviewed-by: Jan Kara Honza > --- > 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 > > -- > 2.9.0 > -- Jan Kara SUSE Labs, CR From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932404AbcJMPo2 (ORCPT ); Thu, 13 Oct 2016 11:44:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:52384 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753090AbcJMPoL (ORCPT ); Thu, 13 Oct 2016 11:44:11 -0400 Date: Thu, 13 Oct 2016 17:42:57 +0200 From: Jan Kara To: Ross Zwisler Cc: linux-kernel@vger.kernel.org, "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@ml01.01.org, linux-xfs@vger.kernel.org Subject: Re: [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD Message-ID: <20161013154257.GC30680@quack2.suse.cz> References: <20161012225022.15507-1-ross.zwisler@linux.intel.com> <20161012225022.15507-18-ross.zwisler@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161012225022.15507-18-ross.zwisler@linux.intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 12-10-16 16:50:22, Ross Zwisler wrote: > 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 Looks good. You can add: Reviewed-by: Jan Kara Honza > --- > 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 > > -- > 2.9.0 > -- Jan Kara SUSE Labs, CR