diff options
author | 2024-02-25 14:36:28 +0800 | |
---|---|---|
committer | 2024-03-04 09:51:51 -0800 | |
commit | 7324858237829733dec9c670170df2377c5ca6e2 (patch) | |
tree | 4854011d3ec2ff605edd43d6d56bfd0e66ebcced /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f2fs: allow to mount if cap is 100 (diff) | |
download | wireguard-linux-7324858237829733dec9c670170df2377c5ca6e2.tar.xz wireguard-linux-7324858237829733dec9c670170df2377c5ca6e2.zip |
f2fs: fix to use correct segment type in f2fs_allocate_data_block()
@type in f2fs_allocate_data_block() indicates log header's type, it
can be CURSEG_COLD_DATA_PINNED or CURSEG_ALL_DATA_ATGC, rather than
type of data/node, however IS_DATASEG()/IS_NODESEG() only accept later
one, fix it.
Fixes: 093749e296e2 ("f2fs: support age threshold based garbage collection")
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions