]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/lockd/svclock.c
Merge tag 'iio-fixes-for-4.0b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[karo-tx-linux.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);