diff options
author | Kamlesh Gurudasani <[email protected]> | 2024-08-22 02:32:52 +0530 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-08-30 18:23:43 +0800 |
commit | 24cc57d8faaa4060fd58adf810b858fcfb71a02f (patch) | |
tree | 1a25ad34c1713e88c6c750518d48636194227c24 /scripts/generate_rust_analyzer.py | |
parent | c7de6ee3d312ae88f6f9a04afa211b52da613852 (diff) |
padata: Honor the caller's alignment in case of chunk_size 0
In the case where we are forcing the ps.chunk_size to be at least 1,
we are ignoring the caller's alignment.
Move the forcing of ps.chunk_size to be at least 1 before rounding it
up to caller's alignment, so that caller's alignment is honored.
While at it, use max() to force the ps.chunk_size to be at least 1 to
improve readability.
Fixes: 6d45e1c948a8 ("padata: Fix possible divide-by-0 panic in padata_mt_helper()")
Signed-off-by: Kamlesh Gurudasani <[email protected]>
Acked-by: Waiman Long <[email protected]>
Acked-by: Daniel Jordan <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions