From: Ross Zwisler Date: Tue, 8 Nov 2016 00:35:16 +0000 (+1100) Subject: dax: remove "depends on BROKEN" from FS_DAX_PMD X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=190b5caad750942c0791889b809ce04b1eede43d;p=linux-beck.git dax: remove "depends on BROKEN" from FS_DAX_PMD 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 Reviewed-by: Jan Kara Signed-off-by: Dave Chinner --- diff --git a/fs/Kconfig b/fs/Kconfig index 4bd03a2b0518..8e9e5f4104f4 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