Re: [RFC PATCH 06/20] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter

2024-02-26 Thread John Groves
On 24/02/26 12:34PM, Jonathan Cameron wrote: > On Fri, 23 Feb 2024 11:41:50 -0600 > John Groves wrote: > > > Add the CONFIG_DEV_DAX_IOMAP kernel config parameter to control building > > of the iomap functionality to support fsdax on devdax. > > I would squash with previous patch. > > Only reaso

Re: [RFC PATCH 06/20] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter

2024-02-26 Thread Jonathan Cameron
On Fri, 23 Feb 2024 11:41:50 -0600 John Groves wrote: > Add the CONFIG_DEV_DAX_IOMAP kernel config parameter to control building > of the iomap functionality to support fsdax on devdax. I would squash with previous patch. Only reason I ever see for separate Kconfig patches is when there is some

[RFC PATCH 06/20] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter

2024-02-23 Thread John Groves
Add the CONFIG_DEV_DAX_IOMAP kernel config parameter to control building of the iomap functionality to support fsdax on devdax. Signed-off-by: John Groves --- drivers/dax/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/dax/Kconfig b/drivers/dax/Kconfig index a8874424414