Re: [PATCH] ext4: Remove expensive flush on fast commit

From: Theodore Ts'o
Date: Wed Jan 13 2021 - 22:46:07 EST


On Wed, Jan 06, 2021 at 10:32:42AM +0900, Daejun Park wrote:
> In the fast commit, it adds REQ_FUA and REQ_PREFLUSH on each fast commit
> block when barrier is enabled. However, in recovery phase, ext4 compares
> CRC value in the tail. So it is sufficient adds REQ_FUA and REQ_PREFLUSH
> on the block that has tail.
>
> Signed-off-by: Daejun Park <daejun7.park@xxxxxxxxxxx>

Thanks, applied.

- Ted