commit | b4c3ca8ba9a447ea5d1b3dd1082f112c8dda3562 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Thu Apr 26 17:05:50 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu May 31 11:31:49 2018 -0700 |
tree | 73309edfcc8c5e7ccb460dc5faefb1cc3b4a679e | |
parent | af8ff65bb85df39159944811a241f0dd827f0d76 [diff] |
f2fs: treat volatile file's data as hot one Volatile file's data will be updated oftenly, so it'd better to place its data into hot data segment. In addition, for atomic file, we change to check FI_ATOMIC_FILE instead of FI_HOT_DATA to make code readability better. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>