Forked from
gfx-ci / linux
Source project has a limited visibility.
-
Zicheng Qu authored
In commit 24cc57d8 ("padata: Honor the caller's alignment in case of chunk_size 0"), the line 'ps.chunk_size = max(ps.chunk_size, 1ul)' was added, making 'ps.chunk_size = 1U' redundant and never executed. Signed-off-by:
Zicheng Qu <quzicheng@huawei.com> Acked-by:
Daniel Jordan <daniel.m.jordan@oracle.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Zicheng Qu authoredIn commit 24cc57d8 ("padata: Honor the caller's alignment in case of chunk_size 0"), the line 'ps.chunk_size = max(ps.chunk_size, 1ul)' was added, making 'ps.chunk_size = 1U' redundant and never executed. Signed-off-by:
Zicheng Qu <quzicheng@huawei.com> Acked-by:
Daniel Jordan <daniel.m.jordan@oracle.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>