diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2019-04-05 16:34:58 +0300 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2019-06-20 20:33:31 +0300 |
commit | 8ac2ca328ec9356f56d0dad3aa350d9600db951a (patch) | |
tree | ca39bf7b77517a20b29b0cedd9ad5864266847af /net/lapb/lapb_timer.c | |
parent | df323337e507a0009d3db1ea25948d4c7f320d62 (diff) | |
download | linux-8ac2ca328ec9356f56d0dad3aa350d9600db951a.tar.xz |
apparmor: Switch to GFP_KERNEL where possible
After removing preempt_disable() from get_buffers() it is possible to
replace a few GFP_ATOMIC allocations with GFP_KERNEL.
Replace GFP_ATOMIC allocations with GFP_KERNEL where the context looks
to bee preepmtible.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions