summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree
diff options
context:
space:
mode:
authorNeilBrown2018-01-09 02:19:38 +0100
committerGreg Kroah-Hartman2018-01-09 15:48:45 +0100
commit8d60ecd99c9bafedfb49e7a3bc0cc31887100559 (patch)
tree24ac46d2f98c6cd72d7bff33de328e05e358858f /drivers/staging/ccree
parentstaging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls. (diff)
downloadkernel-qcow2-linux-8d60ecd99c9bafedfb49e7a3bc0cc31887100559.tar.gz
kernel-qcow2-linux-8d60ecd99c9bafedfb49e7a3bc0cc31887100559.tar.xz
kernel-qcow2-linux-8d60ecd99c9bafedfb49e7a3bc0cc31887100559.zip
staging: lustre: replace LIBCFS_CPT_ALLOC()
LIBCFS_APT_ALLOC() calls kvmalloc_node() with GFP_NOFS which is not permitted. Mostly, a kmalloc_node(GFP_NOFS) is appropriate, though occasionally the allocation is large and GFP_KERNEL is acceptable, so kvmalloc_node() can be used. This patch introduces 4 alternatives to LIBCFS_CPT_ALLOC(): kmalloc_cpt() kzalloc_cpt() kvmalloc_cpt() kvzalloc_cpt(). Each takes a size, gfp flags, and cpt number. Almost every call to LIBCFS_CPT_ALLOC() passes lnet_cpt_table() as the table. This patch embeds that choice in the k*alloc_cpt() macros, and opencode kzalloc_node(..., cfs_cpt_spread_node(..)) in the one case that lnet_cpt_table() isn't used. When LIBCFS_CPT_ALLOC() is replaced, the matching LIBCFS_FREE() is also replaced, with with kfree() or kvfree() as appropriate. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree')
0 files changed, 0 insertions, 0 deletions