Skip to content
Commit 6fcd8d0d authored by Jiri Kosina's avatar Jiri Kosina Committed by Roland Dreier
Browse files

IB/mlx4: Fix gfp passing in create_qp_common()



There are two kzalloc() calls which were not converted to use value of
gfp passed to create_qp_common() instead of using hardcoded GFP_KERNEL
in 40f2287b ("IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIO").  Fix
this by passing gfp value down properly.

Reported-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent 4e2c341b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment