mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
SUNRPC: Remove comment for sp_lock
It is obsolete since sp_lock was discarded in commit 580a25756a
("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>
This commit is contained in:
parent
16a4711774
commit
f2ad13ad08
@ -46,7 +46,6 @@ static LIST_HEAD(svc_xprt_class_list);
|
||||
|
||||
/* SMP locking strategy:
|
||||
*
|
||||
* svc_pool->sp_lock protects most of the fields of that pool.
|
||||
* svc_serv->sv_lock protects sv_tempsocks, sv_permsocks, sv_tmpcnt.
|
||||
* when both need to be taken (rare), svc_serv->sv_lock is first.
|
||||
* The "service mutex" protects svc_serv->sv_nrthread.
|
||||
|
Loading…
Reference in New Issue
Block a user