Whamcloud - gitweb
LU-14352 various: only use wake_up_all() on exclusive waitqs
[fs/lustre-release.git] / lustre / ptlrpc / gss / gss_svc_upcall.c
index 845f0be..0c5a36a 100644 (file)
@@ -385,7 +385,7 @@ static int rsi_parse(struct cache_detail *cd, char *mesg, int mlen)
 out:
        rsi_free(&rsii);
        if (rsip) {
-               wake_up_all(&rsip->waitq);
+               wake_up(&rsip->waitq);
                cache_put(&rsip->h, &rsi_cache);
        } else {
                status = -ENOMEM;