Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.cdiff cd36d7a17f9da68be9aa67185ba3ad7969934a19 Tue Jan 30 19:30:34 CST 2018 Chao Yu <yuchao0@huawei.com> f2fs: fix to clear CP_TRIMMED_FLAG

Once CP_TRIMMED_FLAG is set, after a reboot, we will never issue discard
before LBA becomes invalid again, fix it by clearing the flag in
checkpoint without CP_TRIMMED reason.

Fixes: 1f43e2ad7bff ("f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard")
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>