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:

committed by
J. Bruce Fields

parent
bbc7f33ac6
commit
3c5199143b
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user