summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2018-04-03 15:08:17 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2018-07-08 17:28:17 -0700
commit71aaced0e1eea5f15b6aba888d9ded4eb29f8c9b (patch)
tree3f19aa5a22ee1b3711fd774c795461d259dbec01 /tools/perf/scripts/python
parente7724207f71e4bb50b1a34e234f22247c721b246 (diff)
f2fs: introduce private inode status mapping
Previously, we use generic FS_*_FL defined by vfs to indicate inode status for each bit of i_flags, so f2fs's flag status definition is tied to vfs' one, it will be hard for f2fs to reuse bits f2fs never used to indicate new status.. In order to solve this issue, we introduce private inode status mapping, Note, for these bits have already been persisted into disk, we should never change their definition, for other ones, we can remap them for later new coming status. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions