]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
SUNRPC: Fix printk that is not only for nfsd
authorKinglong Mee <kinglongmee@gmail.com>
Tue, 15 Apr 2014 09:13:56 +0000 (17:13 +0800)
committerJ. 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

index ae333c1845bb42f28198cdfb957cd03e7412c14c..06636214113304696814e231dbd1c26972dbb27f 100644 (file)
@@ -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);