]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: replace qeth_l3_get_addr_buffer()
authorJulian Wiedmann <jwi@linux.ibm.com>
Thu, 14 Nov 2019 10:19:23 +0000 (11:19 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Nov 2019 02:16:51 +0000 (18:16 -0800)
commitf33b0dea64051e129195f41204b6ee71c477e653
tree6b48c7d43a0467a703c373183e664c6ba92f306b
parentc7ab6c77460d7c9226bec7db9e80c4a49da10332
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>
drivers/s390/net/qeth_l3.h
drivers/s390/net/qeth_l3_main.c