Re: [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD

2016-10-17 Thread Jan Kara
On Mon 17-10-16 11:27:24, Aneesh Kumar K.V wrote: > Ross Zwisler writes: > > > 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

Re: [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD

2016-10-16 Thread Aneesh Kumar K.V
Ross Zwisler writes: > 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 > --- > fs/Kconfig | 1 - >

Re: [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD

2016-10-13 Thread Jan Kara
On Wed 12-10-16 16:50:22, Ross Zwisler wrote: > 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 Looks good. You can add:

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

2016-10-12 Thread Ross Zwisler
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 --- fs/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/Kconfig