projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd15073
)
SUNRPC: Fix printk that is not only for nfsd
author
Kinglong Mee
<kinglongmee@gmail.com>
Tue, 15 Apr 2014 09:13:56 +0000
(17:13 +0800)
committer
J. Bruce Fields
<bfields@redhat.com>
Thu, 8 May 2014 18:59:51 +0000
(14:59 -0400)
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/cache.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/cache.c
b/net/sunrpc/cache.c
index
ae333c1
..
0663621
100644
(file)
--- 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);