commit | 3db3c3fb840ed4a6c7666d1464959edd40fe54f1 | [log] [tgz] |
---|---|---|
author | Tetsuhiro Kohada <kohada.t2@gmail.com> | Tue Jun 23 15:22:19 2020 +0900 |
committer | Namjae Jeon <namjae.jeon@samsung.com> | Wed Aug 12 08:31:11 2020 +0900 |
tree | 930c8f0f2b33efc5752dc8587a3ca669af716591 | |
parent | 2c7f8937ef91520a8a4bd700d5817b5e9c99803c [diff] |
exfat: write multiple sectors at once 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 <kohada.t2@gmail.com> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>