commit | b80c08ac9414e33ac3b2591146f4f37fdefd3ecb | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Nov 14 11:19:23 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 14 18:16:51 2019 -0800 |
tree | 6b48c7d43a0467a703c373183e664c6ba92f306b | |
parent | 8659c189b6f2f0af7ae90867d497178ea45c8251 [diff] |
s390/qeth: replace qeth_l3_get_addr_buffer() The remaining usage effectively is a kmemdup() of the query object. By not wrapping it, some of the callers can now use GFP_KERNEL for the allocation. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>