Merge tag 'regulator-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[firefly-linux-kernel-4.4.55.git] / net / sunrpc / svc_xprt.c
index c69358b3cf7f3bb4f88b61f522e0aa5a5866059b..163ac45c36394f0ce144235ad09a5a3227be173a 100644 (file)
@@ -42,7 +42,7 @@ static LIST_HEAD(svc_xprt_class_list);
  *     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.
- *     BKL protects svc_serv->sv_nrthread.
+ *     The "service mutex" protects svc_serv->sv_nrthread.
  *     svc_sock->sk_lock protects the svc_sock->sk_deferred list
  *             and the ->sk_info_authunix cache.
  *
@@ -67,7 +67,6 @@ static LIST_HEAD(svc_xprt_class_list);
  *               that no other thread will be using the transport or will
  *               try to set XPT_DEAD.
  */
-
 int svc_reg_xprt_class(struct svc_xprt_class *xcl)
 {
        struct svc_xprt_class *cl;