Re: [PATCH] rds: ib: Fix uninitialized variable

2017-10-26 Thread David Miller
From: Håkon Bugge Date: Tue, 24 Oct 2017 18:17:18 +0200 > send_flags needs to be initialized before calling > rds_ib_set_wr_signal_state(). > > Signed-off-by: Håkon Bugge > Acked-by: Santosh Shilimkar Applied.

[PATCH] rds: ib: Fix uninitialized variable

2017-10-24 Thread Håkon Bugge
send_flags needs to be initialized before calling rds_ib_set_wr_signal_state(). Signed-off-by: Håkon Bugge Acked-by: Santosh Shilimkar --- net/rds/ib_send.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/rds/ib_send.c b/net/rds/ib_send.c index 6ab39db..8f46755 100644 --- a/net/rds/ib_s