diff options
Diffstat (limited to 'net/sunrpc/cache.c')
-rw-r--r-- | net/sunrpc/cache.c | 2 |
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) | |||
374 | } | 374 | } |
375 | return; | 375 | return; |
376 | out: | 376 | out: |
377 | printk(KERN_ERR "nfsd: failed to unregister %s cache\n", cd->name); | 377 | printk(KERN_ERR "RPC: failed to unregister %s cache\n", cd->name); |
378 | } | 378 | } |
379 | EXPORT_SYMBOL_GPL(sunrpc_destroy_cache_detail); | 379 | EXPORT_SYMBOL_GPL(sunrpc_destroy_cache_detail); |
380 | 380 | ||