diff options
author | Ross Zwisler <ross.zwisler@linux.intel.com> | 2016-11-08 11:35:16 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-11-08 11:35:16 +1100 |
commit | 190b5caad750942c0791889b809ce04b1eede43d (patch) | |
tree | a27d95482268decdf35e115371a818997c02108b /fs/Kconfig | |
parent | 862f1b9d67187cf441e713cc77efae682d8ebc45 (diff) | |
download | linux-stable-190b5caad750942c0791889b809ce04b1eede43d.tar.gz linux-stable-190b5caad750942c0791889b809ce04b1eede43d.tar.bz2 linux-stable-190b5caad750942c0791889b809ce04b1eede43d.zip |
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 <ross.zwisler@linux.intel.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |