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

2020-06-21 Thread kohada.tetsuh...@dc.mitsubishielectric.co.jp
> 2020-06-19 17:38 GMT+09:00, 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. > > > > Reviewed-by: Christoph Hellwig > H

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

2020-06-20 Thread Namjae Jeon
2020-06-19 17:38 GMT+09:00, 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. > > Reviewed-by: Christoph Hellwig He didn't give re

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

2020-06-19 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. Reviewed-by: Christoph Hellwig Signed-off-by: Tetsuhiro Kohada --- Changes in v2: - Split into 'write mu