rds: ib: Fix uninitialized variable
authorHåkon Bugge <Haakon.Bugge@oracle.com>
Tue, 24 Oct 2017 16:17:18 +0000 (18:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Oct 2017 08:34:38 +0000 (17:34 +0900)
commite9a0b99804ff662d02b78a556a84e22308066fe1
tree4a1f083c06da903a485d5397811c6bae47196901
parentd2c2490e7eed7f8199feb77caf28573c35aef680
rds: ib: Fix uninitialized variable

send_flags needs to be initialized before calling
rds_ib_set_wr_signal_state().

Signed-off-by: Håkon Bugge <haakon.bugge@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_send.c