Home
last modified time | relevance | path

Searched hist:b702c83e2eaa2fa2d72e957c55c0321535cc8b9f (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.cdiff b702c83e2eaa2fa2d72e957c55c0321535cc8b9f Sun Dec 12 06:28:12 CST 2021 Chao Yu <chao@kernel.org> f2fs: fix to check available space of CP area correctly in update_ckpt_flags()

Otherwise, nat_bit area may be persisted across boundary of CP area during
nat_bit rebuilding.

Fixes: 94c821fb286b ("f2fs: rebuild nat_bits during umount")
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>