aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/bcma/ssh:/git@git.zx2c4.com
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 /include/linux/bcma/ssh:/git@git.zx2c4.com
parentf2fs: fix to add gc count stat in f2fs_gc_range (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 'include/linux/bcma/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions