projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc80fc2
)
SUNRPC: Fix an incorrect comment
author
Chuck Lever
<chuck.lever@oracle.com>
Mon, 15 May 2023 13:32:41 +0000
(09:32 -0400)
committer
Chuck Lever
<chuck.lever@oracle.com>
Mon, 5 Jun 2023 13:01:42 +0000
(09:01 -0400)
The correct function name is svc_tcp_listen_data_ready().
Reviewed-by: Jeff Layton <jlayton@kernel.org>
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 15f4d0d40bdd676082a5bf675a2995be2aa4ada8..a2d0bf429347e0cf0a07b21e17b65267893fca67 100644
(file)
--- a/
net/sunrpc/svcsock.c
+++ b/
net/sunrpc/svcsock.c
@@
-1463,7
+1463,7
@@
static struct svc_sock *svc_setup_socket(struct svc_serv *serv,
svsk->sk_owspace = inet->sk_write_space;
/*
* This barrier is necessary in order to prevent race condition
- * with svc_data_ready(), svc_
listen_data_ready()
and others
+ * with svc_data_ready(), svc_
tcp_listen_data_ready(),
and others
* when calling callbacks above.
*/
wmb();