RE: [PATCH 1/2 v5] exfat: write multiple sectors at once

2020-06-23 Thread Namjae Jeon
> 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. > > Signed-off-by: Tetsuhiro Kohada Pushed your 2 patches to exfat #dev. Thanks!

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

2020-06-22 Thread Tetsuhiro Kohada
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. Signed-off-by: Tetsuhiro Kohada --- Changes in v2: - Split into 'write multiple sectors at once' and '