sunrpc/lockd: fix references to the BKL

The BKL is completely out of the picture in the lockd and sunrpc code
these days. Update the antiquated comments that refer to it.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Jeff Layton 2015-01-22 08:19:32 -05:00 committed by J. Bruce Fields
parent bbc7f33ac6
commit 3c5199143b
4 changed files with 6 additions and 7 deletions

View file

@ -110,7 +110,7 @@ struct svc_serv {
* We use sv_nrthreads as a reference count. svc_destroy() drops
* this refcount, so we need to bump it up around operations that
* change the number of threads. Horrible, but there it is.
* Should be called with the BKL held.
* Should be called with the "service mutex" held.
*/
static inline void svc_get(struct svc_serv *serv)
{