rxrpc: Remove error from struct rxrpc_skb_priv as it is unused
authorDavid Howells <dhowells@redhat.com>
Fri, 30 Sep 2016 12:42:31 +0000 (13:42 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 30 Sep 2016 13:39:32 +0000 (14:39 +0100)
Remove error from struct rxrpc_skb_priv as it is no longer used.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h

index fd64a2b..141c145 100644 (file)
@@ -145,7 +145,6 @@ struct rxrpc_skb_priv {
        };
        union {
                int             remain;         /* amount of space remaining for next write */
-               u32             error;          /* network error code */
        };
 
        struct rxrpc_host_header hdr;           /* RxRPC packet header from this packet */