Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1463110 > unrolled thread

[PATCH 7/7] dax: remove "depends on BROKEN" from FS_DAX_PMD

Started byRoss Zwisler <ross.zwisler@linux.intel.com>
First post2016-08-15 21:20 +0200
Last post2016-08-15 21:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 7/7] dax: remove "depends on BROKEN" from FS_DAX_PMD Ross Zwisler <ross.zwisler@linux.intel.com> - 2016-08-15 21:20 +0200

#1463110 — [PATCH 7/7] dax: remove "depends on BROKEN" from FS_DAX_PMD

FromRoss Zwisler <ross.zwisler@linux.intel.com>
Date2016-08-15 21:20 +0200
Subject[PATCH 7/7] dax: remove "depends on BROKEN" from FS_DAX_PMD
Message-ID<s6vAt-18k-13@gated-at.bofh.it>
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 <ross.zwisler@linux.intel.com>
---
 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web