diff options
author | Taehee Yoo <ap420073@gmail.com> | 2020-03-04 23:25:43 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-05 11:47:10 -0800 |
commit | 9c9cc918152e5775a60442171ef32235f17e1d72 (patch) | |
tree | 3418cb6dc4ae5ae731c907e0397b9a57d42d23a2 /net/hsr | |
parent | fcf8f4eb81fb266f56505e821591070becc9eeb0 (diff) | |
download | linux-9c9cc918152e5775a60442171ef32235f17e1d72.tar.bz2 |
net: rmnet: use GFP_KERNEL instead of GFP_ATOMIC
In the current code, rmnet_register_real_device() and rmnet_newlink()
are using GFP_ATOMIC.
But, these functions are allowed to sleep.
So, GFP_KERNEL can be used.
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/hsr')
0 files changed, 0 insertions, 0 deletions