aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2011-12-01 17:51:21 -0500
committerJ. Bruce Fields <bfields@redhat.com>2011-12-06 16:20:42 -0500
commit94cf3179ccfc69d727dd884fd0831d82ada6bb06 (patch)
tree620911b65758774b7e2052835a46e7759a316bd4 /net/sunrpc/svc.c
parent0cf99b91c669510b785b459c211772091a94efd5 (diff)
svcrpc: update outdated BKL comment
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc/svc.c')
-rw-r--r--net/sunrpc/svc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c
index 1a6c16ed7fa6..e9632bb66535 100644
--- a/net/sunrpc/svc.c
+++ b/net/sunrpc/svc.c
@@ -686,8 +686,8 @@ found_pool:
686 * Create or destroy enough new threads to make the number 686 * Create or destroy enough new threads to make the number
687 * of threads the given number. If `pool' is non-NULL, applies 687 * of threads the given number. If `pool' is non-NULL, applies
688 * only to threads in that pool, otherwise round-robins between 688 * only to threads in that pool, otherwise round-robins between
689 * all pools. Must be called with a svc_get() reference and 689 * all pools. Caller must ensure that mutual exclusion between this and
690 * the BKL or another lock to protect access to svc_serv fields. 690 * server startup or shutdown.
691 * 691 *
692 * Destroying threads relies on the service threads filling in 692 * Destroying threads relies on the service threads filling in
693 * rqstp->rq_task, which only the nfs ones do. Assumes the serv 693 * rqstp->rq_task, which only the nfs ones do. Assumes the serv