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)
commitc07127b48c6367255fb4506e6d6ba6e219205607
treea391b8c7abdc81fde25b58082b28e9bd7b61045f
parent2d65a9f48fcdf7866aab6457bc707ca233e0c791
dlm: fix missing endian conversion of rcom_status flags

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>
fs/dlm/rcom.c