afs: call->operation_ID sometimes used as __be32 sometimes as u32
authorDavid Howells <dhowells@redhat.com>
Thu, 13 Oct 2016 07:27:10 +0000 (08:27 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 13 Oct 2016 16:03:52 +0000 (17:03 +0100)
commit50a2c95381a7d0e453d7bdfde81d0c5f8351ba54
tree7fd5d1c0e3f4e7232a2f55d69f20e95a493ef050
parent07096f612fdf2bb5578cd1fecb2884bdbb1cde42
afs: call->operation_ID sometimes used as __be32 sometimes as u32

call->operation_ID is sometimes being used as __be32 sometimes is being
used as u32.  Be consistent and settle on using as u32.

Signed-off-by: David Howells <dhowells@redhat.com.
fs/afs/cmservice.c
fs/afs/internal.h
fs/afs/rxrpc.c