]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21aaa2b1c4c5d25a9c7a3ed10e819ee8c55e87a4
tree7fd5d1c0e3f4e7232a2f55d69f20e95a493ef050
parent0d52227334e96c83178f416ba4be74512f238167
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