Re: [PATCH 3/5] dax: remove the DAXDEV_F_SYNC flag

2021-12-13 Thread Pankaj Gupta
> Remove the DAXDEV_F_SYNC flag and thus the flags argument to alloc_dax and > just let the drivers call set_dax_synchronous directly. > > Signed-off-by: Christoph Hellwig > --- > drivers/dax/bus.c| 3 ++- > drivers/dax/super.c | 6 +- > drivers/md/dm.c | 2

Re: [PATCH 3/5] dax: remove the DAXDEV_F_SYNC flag

2021-12-12 Thread Dan Williams
On Wed, Dec 8, 2021 at 10:38 PM Christoph Hellwig wrote: > > Remove the DAXDEV_F_SYNC flag and thus the flags argument to alloc_dax and > just let the drivers call set_dax_synchronous directly. > > Signed-off-by: Christoph Hellwig Sure, looks good to me. Reviewed-by: Dan Williams > --- >

[PATCH 3/5] dax: remove the DAXDEV_F_SYNC flag

2021-12-08 Thread Christoph Hellwig
Remove the DAXDEV_F_SYNC flag and thus the flags argument to alloc_dax and just let the drivers call set_dax_synchronous directly. Signed-off-by: Christoph Hellwig --- drivers/dax/bus.c| 3 ++- drivers/dax/super.c | 6 +- drivers/md/dm.c | 2 +-