Re: [PATCH 1/2 v4] exfat: write multiple sectors at once

From: Namjae Jeon
Date: Sat Jun 20 2020 - 23:09:15 EST


2020-06-19 17:38 GMT+09:00, Tetsuhiro Kohada <kohada.t2@xxxxxxxxx>:
> Write multiple sectors at once when updating dir-entries.
> Add exfat_update_bhs() for that. It wait for write completion once
> instead of sector by sector.
> It's only effective if sync enabled.
>
> Reviewed-by: Christoph Hellwig <hch@xxxxxxxxxxxxx>
He didn't give reviewed-by tag for this patch.
You shouldn't add it at will.
> Signed-off-by: Tetsuhiro Kohada <kohada.t2@xxxxxxxxx>