Skip to content

Commit f2ad13a

Browse files
Guoqing Jiangchucklever
authored andcommitted
SUNRPC: Remove comment for sp_lock
It is obsolete since sp_lock was discarded in commit 580a257 ("SUNRPC: discard sp_lock"). Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev> Reviewed-by: NeilBrown <neilb@suse.de> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent 16a4711 commit f2ad13a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/sunrpc/svc_xprt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ static LIST_HEAD(svc_xprt_class_list);
4646

4747
/* SMP locking strategy:
4848
*
49-
* svc_pool->sp_lock protects most of the fields of that pool.
5049
* svc_serv->sv_lock protects sv_tempsocks, sv_permsocks, sv_tmpcnt.
5150
* when both need to be taken (rare), svc_serv->sv_lock is first.
5251
* The "service mutex" protects svc_serv->sv_nrthread.

0 commit comments

Comments
 (0)