diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2021-03-18 21:54:54 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-19 02:18:37 +0300 |
commit | e47ded97f9728da5ced038c627c6b607e9706a13 (patch) | |
tree | a4a82595a998acee4fe21efe1c1fb2917dd6f61d /arch | |
parent | c2ed62b9975e3e47a8b12f5fc4ed7958104b427b (diff) | |
download | linux-e47ded97f9728da5ced038c627c6b607e9706a13.tar.xz |
s390/qeth: allocate initial TX Buffer structs with GFP_KERNEL
qeth_init_qdio_out_buf() is typically called during initialization, and
the GFP_ATOMIC is only needed for a very specific & rare case during TX
completion.
Allow callers to specify a gfp mask, so that the initialization path can
select GFP_KERNEL. While at it also clarify the function name.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions