]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: ptlrpc: change GFP_NOFS to GFP_KERNEL
authorNeilBrown <neilb@suse.com>
Thu, 1 Mar 2018 23:31:25 +0000 (10:31 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:17:27 +0000 (04:17 -0800)
commit422f1836667937f81b468b6ba671518ef634e911
treeb2c66e940af365a1326145f7f9bcaa4997ac6972
parentb41cc6c489ed7786ad2d3490fa210aee1e5136e1
staging: lustre: ptlrpc: change GFP_NOFS to GFP_KERNEL

These allocations are performed during initialization,
so they don't need GFP_NOFS.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c
drivers/staging/lustre/lustre/ptlrpc/service.c