projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5333423
)
skmsg: Remove unused sk_psock_stop() declaration
author
Cong Wang
<cong.wang@bytedance.com>
Tue, 23 Feb 2021 18:49:34 +0000
(10:49 -0800)
committer
Alexei Starovoitov
<ast@kernel.org>
Fri, 26 Feb 2021 20:28:04 +0000
(12:28 -0800)
It is not defined or used anywhere.
Signed-off-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Jakub Sitnicki <jakub@cloudflare.com>
Link:
https://lore.kernel.org/bpf/20210223184934.6054-10-xiyou.wangcong@gmail.com
include/linux/skmsg.h
patch
|
blob
|
history
diff --git
a/include/linux/skmsg.h
b/include/linux/skmsg.h
index 676d48e08159f777921a77173555e52d0c9dfd65..6c09d94be2e9c8479be7aaa8ecdd9fbeeb39c56c 100644
(file)
--- a/
include/linux/skmsg.h
+++ b/
include/linux/skmsg.h
@@
-400,7
+400,6
@@
static inline struct sk_psock *sk_psock_get(struct sock *sk)
return psock;
}
-void sk_psock_stop(struct sock *sk, struct sk_psock *psock);
void sk_psock_drop(struct sock *sk, struct sk_psock *psock);
static inline void sk_psock_put(struct sock *sk, struct sk_psock *psock)