aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib.c
diff options
context:
space:
mode:
authorKa-Cheong Poon <[email protected]>2018-07-31 05:48:41 +0000
committerDavid S. Miller <[email protected]>2018-08-01 16:32:35 +0000
commitf394ad28feffbeebab77c8bf9a203bd49b957c9a (patch)
tree1e85d5122dbbcb011ba917afaa162c4bd3a7aebe /net/rds/ib.c
parentnet: ethernet: ti: cpsw: replace unnecessarily macroses on functions (diff)
downloadkernel-f394ad28feffbeebab77c8bf9a203bd49b957c9a.tar.gz
kernel-f394ad28feffbeebab77c8bf9a203bd49b957c9a.zip
rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead
Currently, rds_ib_conn_alloc() calls rds_ib_recv_alloc_caches() without passing along the gfp_t flag. But rds_ib_recv_alloc_caches() and rds_ib_recv_alloc_cache() should take a gfp_t parameter so that rds_ib_recv_alloc_cache() can call alloc_percpu_gfp() using the correct flag instead of calling alloc_percpu(). Signed-off-by: Ka-Cheong Poon <[email protected]> Acked-by: Santosh Shilimkar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/rds/ib.c')
0 files changed, 0 insertions, 0 deletions