aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-09-30 13:42:31 +0100
committerDavid Howells <dhowells@redhat.com>2016-09-30 14:39:32 +0100
commitc31410ea009d10501ea90f64cdda0083c8cf0161 (patch)
tree9e45f558e28c24bb7fc96d605df9e11bee1ae40d /net
parentrxrpc: The offset field in struct rxrpc_skb_priv is unnecessary (diff)
downloadlinux-dev-c31410ea009d10501ea90f64cdda0083c8cf0161.tar.xz
linux-dev-c31410ea009d10501ea90f64cdda0083c8cf0161.zip
rxrpc: Remove error from struct rxrpc_skb_priv as it is unused
Remove error from struct rxrpc_skb_priv as it is no longer used. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net')
-rw-r--r--net/rxrpc/ar-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h
index fd64a2bd1072..141c1458e719 100644
--- a/net/rxrpc/ar-internal.h
+++ b/net/rxrpc/ar-internal.h
@@ -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 */