RE: [PATCH v2 0/2] exfat: reduce block requests when zeroing a cluster

From: Sungjong Seo
Date: Wed Apr 06 2022 - 21:58:18 EST


> Changes since v1:
> - Added helper to block level instead of manual accessing bd_inode
> from the filesystem as suggested by Christoph Hellwig
>
> Yuezhang Mo (2):
> block: add sync_blockdev_range()
> exfat: reduce block requests when zeroing a cluster
>
> block/bdev.c | 10 ++++++++++
> fs/exfat/fatent.c | 41 +++++++++++++++++------------------------
> include/linux/blkdev.h | 6 ++++++
> 3 files changed, 33 insertions(+), 24 deletions(-)
>

Looks good, thanks for your patch!
Acked-by: Sungjong Seo <sj1557.seo@xxxxxxxxxxx>

> --
> 2.25.1