]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rds_ib/iw: fixed big endianness conversion issue for dp->dp_ack_seq
authorQing Huang <qing.huang@oracle.com>
Tue, 13 Oct 2015 00:23:50 +0000 (17:23 -0700)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Wed, 21 Oct 2015 16:06:35 +0000 (09:06 -0700)
commit6bdb943487ba944d59ae21d276c539d5824a1323
treea6739484c45cbd5f55e717fed97130981cdfb9fa
parent9289c7231209bcd3b9e0b161574eb73f77c510c8
rds_ib/iw: fixed big endianness conversion issue for dp->dp_ack_seq

dp->dp_ack_seq is used in big endian format. We need to do the
big endianness conversion when we assign a value in host format
to it.

(This patch is ported from UEK2)

Orabug: 21684819

Acked-by: Ajaykumar Hotchandani <ajaykumar.hotchandani@oracle.com>
Reviewed-by: Wengang Wang <wen.gang.wang@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: Qing Huang <qing.huang@oracle.com>
Signed-off-by: Mukesh Kacker <mukesh.kacker@oracle.com>
net/rds/ib_cm.c
net/rds/iw_cm.c