SUNRPC: fix print format for tk_pid
[deliverable/linux.git] / net / sunrpc / cache.c
index 14274490f92e8d9b521b5396320c5e76178adb5e..9e72223487fabf9eefe239d2ff3b90956ec2a34b 100644 (file)
@@ -215,7 +215,8 @@ int cache_check(struct cache_detail *detail,
                if (rv == -EAGAIN)
                        rv = -ENOENT;
        } else if (rv == -EAGAIN || age > refresh_age/2) {
-               dprintk("Want update, refage=%ld, age=%ld\n", refresh_age, age);
+               dprintk("RPC:       Want update, refage=%ld, age=%ld\n",
+                               refresh_age, age);
                if (!test_and_set_bit(CACHE_PENDING, &h->flags)) {
                        switch (cache_make_upcall(detail, h)) {
                        case -EINVAL:
This page took 0.026868 seconds and 5 git commands to generate.