summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorYongpeng Yang <yangyongpeng@xiaomi.com>2025-12-27 17:19:06 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2026-01-01 03:29:35 +0000
commit86c1cf0578c59c8e68185d86d03be846bcaef0e2 (patch)
tree568bdfddfde36135f20c8aa82f979fff1aab9f78 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parent761dac9073cd67d4705a94cd1af674945a117f4c (diff)
f2fs: clean up the force parameter in __submit_merged_write_cond()
The force parameter in __submit_merged_write_cond is redundant, where `force == true` implies `inode == NULL && folio == NULL && ino == 0` is true, and `force == false` implies `inode != NULL || folio != NULL || ino != 0` is true. Thus, this patch replaces the force parameter with a stack variable force. Signed-off-by: Yongpeng Yang <yangyongpeng@xiaomi.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions