diff options
author | Taehee Yoo <[email protected]> | 2020-03-04 23:25:43 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-03-05 11:47:10 -0800 |
commit | 9c9cc918152e5775a60442171ef32235f17e1d72 (patch) | |
tree | 3418cb6dc4ae5ae731c907e0397b9a57d42d23a2 /lib/test_overflow.c | |
parent | fcf8f4eb81fb266f56505e821591070becc9eeb0 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions