[SUNRPC]: trivial endianness annotations
[linux-2.6-block.git] / net / sunrpc / xprtsock.c
index 9b62923a9c0689fd75569fb494e66604f06ce4e7..28100e01922516045b9530f46df41fadb8738729 100644 (file)
@@ -548,7 +548,8 @@ static void xs_udp_data_ready(struct sock *sk, int len)
        struct rpc_rqst *rovr;
        struct sk_buff *skb;
        int err, repsize, copied;
-       u32 _xid, *xp;
+       u32 _xid;
+       __be32 *xp;
 
        read_lock(&sk->sk_callback_lock);
        dprintk("RPC:      xs_udp_data_ready...\n");