mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
RDS: remove redundant __GFP_NOWARN
GFP_NOWAIT already includes __GFP_NOWARN, so let's remove the redundant __GFP_NOWARN. Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Link: https://patch.msgid.link/20250810072944.438574-3-rongqianfeng@vivo.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
526c2530cb
commit
7792232a4e
@@ -1034,7 +1034,7 @@ void rds_ib_recv_cqe_handler(struct rds_ib_connection *ic,
|
||||
rds_ib_stats_inc(s_ib_rx_ring_empty);
|
||||
|
||||
if (rds_ib_ring_low(&ic->i_recv_ring)) {
|
||||
rds_ib_recv_refill(conn, 0, GFP_NOWAIT | __GFP_NOWARN);
|
||||
rds_ib_recv_refill(conn, 0, GFP_NOWAIT);
|
||||
rds_ib_stats_inc(s_ib_rx_refill_from_cq);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user