Re: [PATCH 2/5] dax: simplify dax_synchronous and set_dax_synchronous

2021-12-12 Thread Dan Williams
On Wed, Dec 8, 2021 at 10:38 PM Christoph Hellwig wrote: > > Remove the pointless wrappers. > > Signed-off-by: Christoph Hellwig Looks good, not sure why those ever existed. Reviewed-by: Dan Williams > --- > drivers/dax/super.c | 8 > include/linux/dax.h | 12 ++-- > 2

[PATCH 2/5] dax: simplify dax_synchronous and set_dax_synchronous

2021-12-08 Thread Christoph Hellwig
Remove the pointless wrappers. Signed-off-by: Christoph Hellwig --- drivers/dax/super.c | 8 include/linux/dax.h | 12 ++-- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/drivers/dax/super.c b/drivers/dax/super.c index e7152a6c4cc40..e18155f43a635 100644 ---