mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 05:34:13 +08:00
SUNRPC: Fix an incorrect comment
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>
This commit is contained in:
parent
fc80fc2d4e
commit
e8277327d7
@ -1463,7 +1463,7 @@ static struct svc_sock *svc_setup_socket(struct svc_serv *serv,
|
|||||||
svsk->sk_owspace = inet->sk_write_space;
|
svsk->sk_owspace = inet->sk_write_space;
|
||||||
/*
|
/*
|
||||||
* This barrier is necessary in order to prevent race condition
|
* 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.
|
* when calling callbacks above.
|
||||||
*/
|
*/
|
||||||
wmb();
|
wmb();
|
||||||
|
Loading…
Reference in New Issue
Block a user