diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2017-05-21 03:45:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-25 19:26:11 +0300 |
commit | 3eff8ecd271d941b2326dba7defd0ca7c4c0baf5 (patch) | |
tree | 4272add2f2017fdf83bb482d87400a2771905638 /MAINTAINERS | |
parent | 2ee1cc70552e5520a275254427c0c37fc81728d2 (diff) | |
download | linux-3eff8ecd271d941b2326dba7defd0ca7c4c0baf5.tar.xz |
goldfish_pipe: use GFP_ATOMIC under spin lock
The function get_free_pipe_id_locked() is called from
goldfish_pipe_open() with a lock is held, so we should
use GFP_ATOMIC instead of GFP_KERNEL.
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions