projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775e5b7
)
rxrpc: Remove error from struct rxrpc_skb_priv as it is unused
author
David Howells
<dhowells@redhat.com>
Fri, 30 Sep 2016 12:42:31 +0000
(13:42 +0100)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/rxrpc/ar-internal.h
b/net/rxrpc/ar-internal.h
index fd64a2bd1072deebb27dc57ecb61cc7d2e6576a9..141c1458e7191b045ac0eaa8edd43059d35dcc8f 100644
(file)
--- 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 */