projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
862f1b9
)
dax: remove "depends on BROKEN" from FS_DAX_PMD
author
Ross Zwisler
<ross.zwisler@linux.intel.com>
Tue, 8 Nov 2016 00:35:16 +0000
(11:35 +1100)
committer
Dave Chinner
<david@fromorbit.com>
Tue, 8 Nov 2016 00:35:16 +0000
(11:35 +1100)
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>
fs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index 4bd03a2b05181738ec13a098276d72eec2faa658..8e9e5f4104f4d3a36fe9a01c3979e2592fc46e56 100644
(file)
--- 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