The commit
a5ee13ea4ae4 ("rds: IB: fix returned value not set error")
causes this problem. When compliling, the following warning will appear.
"
net/rds/ib.c: In function rds_ib_do_failover
net/rds/ib.c:1386: warning: unused variable ret
"
Orabug:
30118035
Fixes: a5ee13ea4ae4 ("rds: IB: fix returned value not set error")
Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Reviewed-by: Junxiao Bi<junxiao.bi@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
{
bool v4move, v6move;
u8 j;
- int ret;
if (!from_port) {
printk(KERN_ERR "RDS/IB: port failover request from invalid port!\n");