On 7/30/2018 10:48 PM, Ka-Cheong Poon wrote:
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]> ---
Looks good !! Acked-by: Santosh Shilimkar <[email protected]>
