diff options
author | Ka-Cheong Poon <ka-cheong.poon@oracle.com> | 2018-07-30 22:48:41 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-01 09:32:35 -0700 |
commit | f394ad28feffbeebab77c8bf9a203bd49b957c9a (patch) | |
tree | 1e85d5122dbbcb011ba917afaa162c4bd3a7aebe /kernel/fork.c | |
parent | fea49f60c9b748abf4a1a9b2e9391d0c5b003848 (diff) |
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 <ka-cheong.poon@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/fork.c')
0 files changed, 0 insertions, 0 deletions