Home
last modified time | relevance | path

Searched hist:"7 c4abcbeccdd286e7d71b3e8f9fefad84112e54c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Df2fs.hdiff 7c4abcbeccdd286e7d71b3e8f9fefad84112e54c Thu Aug 18 04:46:14 CDT 2016 Chao Yu <yuchao0@huawei.com> f2fs: set dirty state for filesystem only when updating meta data

We don't guarantee integrity of user data after checkpoint, since we only
guarantee meta data integrity for data consistency of filesystem.

Due to above reason, we only need to set fs as dirty when meta data is
updated, so that we can skip writing checkpoint in some case of non-meta
data is updated.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>