diff options
author | NeilBrown | 2018-01-09 12:19:38 +1100 |
---|---|---|
committer | Greg Kroah-Hartman | 2018-01-09 15:41:57 +0100 |
commit | db1e7806d39ec0d6486aa7114e9d0a3a4e7f3399 (patch) | |
tree | 60e17725b6eab81c6ae60f7452859d8db0774c6d /.cocciconfig | |
parent | 33be4600f0d1ffb9e58f752bb987f0ca15909f76 (diff) |
staging: lustre: lnet-route: use kmalloc for small allocation
This allocation is reasonably small.
As the function is called "*_locked", it might not be safe
to perform a GFP_KERNEL allocation, so be safe and
use GFP_NOFS.
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '.cocciconfig')
0 files changed, 0 insertions, 0 deletions