RDS: fix endianness for dp_ack_seq
authorQing Huang <qing.huang@oracle.com>
Thu, 14 Apr 2016 17:43:26 +0000 (10:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Apr 2016 23:01:05 +0000 (19:01 -0400)
commita7c556546f610a331c22cb7edd9d1afe63f0cd52
tree69eff50d2c52f5fcf0604ee4a3b4a098879baafd
parent9241e2df4fbc648a92ea0752918e05c26255649e
RDS: fix endianness for 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.

Signed-off-by: Qing Huang <qing.huang@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_cm.c
This page took 0.024181 seconds and 5 git commands to generate.