]> 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)
commitd322e2d9381d0bc2eae1430f7f3d898e819b74f7
tree6b48c7d43a0467a703c373183e664c6ba92f306b
parent6cb92e05bff3a96c4aa468ab61d8c8ec690dd3fc
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