summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-05-16 10:53:57 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-05-16 10:53:57 +1000
commit7d5a3eff97a8d40df8cbb5f419cba8b3eff9a597 (patch)
tree583f05f234e3876115d597358834e77e751c2e9a /net
parente42dc4691bb0239eecd26ed9693756823ac844ae (diff)
parentbaa597b70a4537792e06751af3c496b4e21c6588 (diff)
Merge remote-tracking branch 'nfsd/nfsd-next'
Diffstat (limited to 'net')
-rw-r--r--net/sunrpc/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c
index ae333c1845bb..066362141133 100644
--- a/net/sunrpc/cache.c
+++ b/net/sunrpc/cache.c
@@ -374,7 +374,7 @@ void sunrpc_destroy_cache_detail(struct cache_detail *cd)
}
return;
out:
- printk(KERN_ERR "nfsd: failed to unregister %s cache\n", cd->name);
+ printk(KERN_ERR "RPC: failed to unregister %s cache\n", cd->name);
}
EXPORT_SYMBOL_GPL(sunrpc_destroy_cache_detail);