commit | a82268b30a8b4b920d0bad24472cbb000c8e734a | [log] [tgz] |
---|---|---|
author | Insu Yun <wuninsu@gmail.com> | Wed Feb 17 13:06:33 2016 -0500 |
committer | Doug Ledford <dledford@redhat.com> | Mon Feb 29 17:11:57 2016 -0500 |
tree | 063c147555cf98e4b6bf0c6604d5fa16ad7a6f1b | |
parent | bfec53c6c88aa2b18a5015ca3e0137d4e0dec95a [diff] |
nes: handling failed allocation when creating workqueue Since create_singlethread_workqueue uses kzalloc internally, it can fail when the system is under memory pressure, so need to handle it. Signed-off-by: Insu Yun <wuninsu@gmail.com> Reviewed-by: Leon Romanovsky <leon@leon.nu> Signed-off-by: Doug Ledford <dledford@redhat.com>