dlm: fix missing endian conversion of rcom_status flags
authorNeale Ferguson <neale@sinenomine.net>
Tue, 14 Oct 2014 20:10:48 +0000 (15:10 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 14 Oct 2014 20:11:48 +0000 (15:11 -0500)
The flags are already converted to le when being sent,
but are not being converted back to cpu when received.

Signed-off-by: Neale Ferguson <neale@sinenomine.net>
Signed-off-by: David Teigland <teigland@redhat.com>

No differences found