projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11bbb0f
)
SUNRPC: Remove "#include <trace/events/skb.h>"
author
Chuck Lever
<chuck.lever@oracle.com>
Fri, 1 May 2020 14:40:47 +0000
(10:40 -0400)
committer
Chuck Lever
<chuck.lever@oracle.com>
Mon, 18 May 2020 14:21:22 +0000
(10:21 -0400)
Clean up: Commit
850cbaddb52d
("udp: use it's own memory accounting
schema") removed the last skb-related tracepoint from svcsock.c, so
it is no longer necessary to include trace/events/skb.h.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/svcsock.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/svcsock.c
b/net/sunrpc/svcsock.c
index
cf4bd19
..
1c4d0aa
100644
(file)
--- a/
net/sunrpc/svcsock.c
+++ b/
net/sunrpc/svcsock.c
@@
-45,7
+45,6
@@
#include <net/tcp_states.h>
#include <linux/uaccess.h>
#include <asm/ioctls.h>
-#include <trace/events/skb.h>
#include <linux/sunrpc/types.h>
#include <linux/sunrpc/clnt.h>