Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1504285
| From | Ross Zwisler <ross.zwisler@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v8 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD |
| Date | 2016-10-19 21:40 +0200 |
| Message-ID | <su4St-5Dz-27@gated-at.bofh.it> (permalink) |
| References | <su4St-5Dz-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- fs/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/Kconfig b/fs/Kconfig index 4bd03a2..8e9e5f41 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.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v8 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD Ross Zwisler <ross.zwisler@linux.intel.com> - 2016-10-19 21:40 +0200
csiph-web