[SUNRPC]: trivial endianness annotations
[linux-2.6-block.git] / include / linux / sunrpc / msg_prot.h
index f43f237360ae62099997c803b440e2efece721b5..d9f5934ac9fedbbe789fe0da125ac89b979c13b7 100644 (file)
@@ -95,7 +95,7 @@ enum rpc_auth_stat {
  * 2GB.
  */
 
-typedef u32    rpc_fraghdr;
+typedef __be32 rpc_fraghdr;
 
 #define        RPC_LAST_STREAM_FRAGMENT        (1U << 31)
 #define        RPC_FRAGMENT_SIZE_MASK          (~RPC_LAST_STREAM_FRAGMENT)