]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfs/cache_lib.c
Merge tag 'pinctrl-v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[karo-tx-linux.git] / fs / nfs / cache_lib.c
index 5f7b053720eed9741250193784f0c33ac378df69..6de15709d02497642eaefc4940f43064d820676a 100644 (file)
@@ -76,7 +76,7 @@ static void nfs_dns_cache_revisit(struct cache_deferred_req *d, int toomany)
 
        dreq = container_of(d, struct nfs_cache_defer_req, deferred_req);
 
-       complete_all(&dreq->completion);
+       complete(&dreq->completion);
        nfs_cache_defer_req_put(dreq);
 }