summaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-10-13 08:27:10 +0100
committerDavid Howells <dhowells@redhat.com>2016-10-13 17:03:52 +0100
commit50a2c95381a7d0e453d7bdfde81d0c5f8351ba54 (patch)
tree7fd5d1c0e3f4e7232a2f55d69f20e95a493ef050 /fs/afs/internal.h
parent07096f612fdf2bb5578cd1fecb2884bdbb1cde42 (diff)
downloadop-kernel-dev-50a2c95381a7d0e453d7bdfde81d0c5f8351ba54.zip
op-kernel-dev-50a2c95381a7d0e453d7bdfde81d0c5f8351ba54.tar.gz
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.
Diffstat (limited to 'fs/afs/internal.h')
-rw-r--r--fs/afs/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/internal.h b/fs/afs/internal.h
index 5497c84..535a38d 100644
--- a/fs/afs/internal.h
+++ b/fs/afs/internal.h
@@ -112,7 +112,7 @@ struct afs_call {
bool need_attention; /* T if RxRPC poked us */
u16 service_id; /* RxRPC service ID to call */
__be16 port; /* target UDP port */
- __be32 operation_ID; /* operation ID for an incoming call */
+ u32 operation_ID; /* operation ID for an incoming call */
u32 count; /* count for use in unmarshalling */
__be32 tmp; /* place to extract temporary data */
afs_dataversion_t store_version; /* updated version expected from store */
OpenPOWER on IntegriCloud