aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-input.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-04-07 17:23:16 +0100
committerDavid S. Miller <davem@davemloft.net>2016-04-11 15:34:40 -0400
commit8e688d9c166671bb4a6977384de2fe7f46a31ba4 (patch)
tree940e458c3984d4980bbc4c4016f1ddd5651779c8 /net/rxrpc/ar-input.c
parentrxrpc: Disable a debugging statement that has been left enabled. (diff)
downloadlinux-dev-8e688d9c166671bb4a6977384de2fe7f46a31ba4.tar.xz
linux-dev-8e688d9c166671bb4a6977384de2fe7f46a31ba4.zip
rxrpc: Move some miscellaneous bits out into their own file
Move some miscellaneous bits out into their own file to make it easier to split the call handling. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/rxrpc/ar-input.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/rxrpc/ar-input.c b/net/rxrpc/ar-input.c
index 4824a827d10d..c947cd13f435 100644
--- a/net/rxrpc/ar-input.c
+++ b/net/rxrpc/ar-input.c
@@ -25,12 +25,6 @@
#include <net/net_namespace.h>
#include "ar-internal.h"
-const char *rxrpc_pkts[] = {
- "?00",
- "DATA", "ACK", "BUSY", "ABORT", "ACKALL", "CHALL", "RESP", "DEBUG",
- "?09", "?10", "?11", "?12", "VERSION", "?14", "?15"
-};
-
/*
* queue a packet for recvmsg to pass to userspace
* - the caller must hold a lock on call->lock