Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[firefly-linux-kernel-4.4.55.git] / fs / lockd / svclock.c
index 56598742dde473a8c97a35fb6a91826918776839..5581e020644bda687f0b4bd09645a058a18d4537 100644 (file)
@@ -57,8 +57,8 @@ static DEFINE_SPINLOCK(nlm_blocked_lock);
 static const char *nlmdbg_cookie2a(const struct nlm_cookie *cookie)
 {
        /*
-        * We can get away with a static buffer because we're only
-        * called with BKL held.
+        * We can get away with a static buffer because this is only called
+        * from lockd, which is single-threaded.
         */
        static char buf[2*NLM_MAXCOOKIELEN+1];
        unsigned int i, len = sizeof(buf);