The devdax driver does nothing special in its f_op->mmap hook, so
straightforwardly update it to use the mmap_prepare hook instead.
Acked-by: David Hildenbrand
Signed-off-by: Lorenzo Stoakes
---
drivers/dax/device.c | 32 +---
1 file changed, 21 insertions(+), 11 del
On Wed 10-09-25 21:21:57, Lorenzo Stoakes wrote:
> The devdax driver does nothing special in its f_op->mmap hook, so
> straightforwardly update it to use the mmap_prepare hook instead.
>
> Acked-by: David Hildenbrand
> Signed-off-by: Lorenzo Stoakes
Looks good. Feel free to add:
Reviewed-by: J