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)
commitfe50b25bde30077a8ad79d70eedd6d74741a6f1b
tree7fd5d1c0e3f4e7232a2f55d69f20e95a493ef050
parente46e19fcb39f3f14ab9385644495340b75823af8
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