OSDN Git Service

exfat: write multiple sectors at once
authorTetsuhiro Kohada <kohada.t2@gmail.com>
Tue, 23 Jun 2020 06:22:19 +0000 (15:22 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Tue, 11 Aug 2020 23:31:11 +0000 (08:31 +0900)
commit3db3c3fb840ed4a6c7666d1464959edd40fe54f1
tree930c8f0f2b33efc5752dc8587a3ca669af716591
parent2c7f8937ef91520a8a4bd700d5817b5e9c99803c
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>
fs/exfat/dir.c
fs/exfat/exfat_fs.h
fs/exfat/misc.c