commit | 8900b894e769dd88b53e519e3502e0e3c349fe95 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Tue May 23 14:38:15 2017 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Mon Jul 17 21:21:24 2017 -0400 |
tree | eb1d5d8d7a17cdfc737df6056bf8847cb1d3e2c4 | |
parent | 0f4d027c3b4240ecb314daa948238d459fdc3a00 [diff] |
{net, IB}/mlx4: Remove gfp flags argument The caller to the driver marks GFP_NOIO allocations with help of memalloc_noio-* calls now. This makes redundant to pass down to the driver gfp flags, which can be GFP_KERNEL only. The patch removes the gfp flags argument and updates all driver paths. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>