From a9af9a38f098103756f08819c3fb3676201a44d5 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Tue, 9 Oct 2012 18:33:38 -0400 Subject: [PATCH] --- yaml --- r: 347629 b: refs/heads/master c: 7032a3dd923f434132643321ad5faad128611f9e h: refs/heads/master i: 347627: 84d702cf58c3d077d250a5e1c469a086eb6a4737 v: v3 --- [refs] | 2 +- trunk/net/sunrpc/svc.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 6775a0cf0690..518c08a12e2c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7c1f8b65af4bda8eb53cdfe4965cbcfd7fb20c7d +refs/heads/master: 7032a3dd923f434132643321ad5faad128611f9e diff --git a/trunk/net/sunrpc/svc.c b/trunk/net/sunrpc/svc.c index 3ee7461926d8..be301e1c1290 100644 --- a/trunk/net/sunrpc/svc.c +++ b/trunk/net/sunrpc/svc.c @@ -1035,7 +1035,7 @@ static void svc_unregister(const struct svc_serv *serv, struct net *net) } /* - * Printk the given error with the address of the client that caused it. + * dprintk the given error with the address of the client that caused it. */ static __printf(2, 3) void svc_printk(struct svc_rqst *rqstp, const char *fmt, ...) @@ -1049,8 +1049,7 @@ void svc_printk(struct svc_rqst *rqstp, const char *fmt, ...) vaf.fmt = fmt; vaf.va = &args; - net_warn_ratelimited("svc: %s: %pV", - svc_print_addr(rqstp, buf, sizeof(buf)), &vaf); + dprintk("svc: %s: %pV", svc_print_addr(rqstp, buf, sizeof(buf)), &vaf); va_end(args); }