X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fnfs%2Fcache_lib.c;h=6de15709d02497642eaefc4940f43064d820676a;hb=928d336a93534df66c0448db61cc4d22705e5b9e;hp=5f7b053720eed9741250193784f0c33ac378df69;hpb=d3c926264a92e5ea448add3e883530e1edad3ce2;p=karo-tx-linux.git diff --git a/fs/nfs/cache_lib.c b/fs/nfs/cache_lib.c index 5f7b053720ee..6de15709d024 100644 --- a/fs/nfs/cache_lib.c +++ b/fs/nfs/cache_lib.c @@ -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); }