You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
svcrpc: fix a comment typo
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
@@ -976,7 +976,7 @@ void svc_close_net(struct svc_serv *serv, struct net *net)
|
||||
svc_clear_pools(serv, net);
|
||||
/*
|
||||
* At this point the sp_sockets lists will stay empty, since
|
||||
* svc_enqueue will not add new entries without taking the
|
||||
* svc_xprt_enqueue will not add new entries without taking the
|
||||
* sp_lock and checking XPT_BUSY.
|
||||
*/
|
||||
svc_clear_list(&serv->sv_tempsocks, net);
|
||||
|
||||
Reference in New Issue
Block a user