* [PATCH] SUNRPC: Fix printk that is not only for nfsd
@ 2014-04-15 9:13 Kinglong Mee
2014-05-08 16:48 ` J. Bruce Fields
0 siblings, 1 reply; 3+ messages in thread
From: Kinglong Mee @ 2014-04-15 9:13 UTC (permalink / raw)
To: Trond Myklebust, linux-nfs; +Cc: J. Bruce Fields
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
---
net/sunrpc/cache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c
index ae333c1..0663621 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);
--
1.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] SUNRPC: Fix printk that is not only for nfsd
2014-04-15 9:13 [PATCH] SUNRPC: Fix printk that is not only for nfsd Kinglong Mee
@ 2014-05-08 16:48 ` J. Bruce Fields
2014-05-09 4:02 ` Kinglong Mee
0 siblings, 1 reply; 3+ messages in thread
From: J. Bruce Fields @ 2014-05-08 16:48 UTC (permalink / raw)
To: Kinglong Mee; +Cc: Trond Myklebust, linux-nfs
Thanks, applying. By the way, your mail client seems to be corrupting
patches, e.g.:
On Tue, Apr 15, 2014 at 05:13:56PM +0800, Kinglong Mee wrote:
> Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
> ---
> net/sunrpc/cache.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c
> index ae333c1..0663621 100644
> --- a/net/sunrpc/cache.c
> +++ b/net/sunrpc/cache.c
> @@ -374,7 +374,7 @@ void sunrpc_destroy_cache_detail(struct cache_detail
> *cd)
... it wrapped that line. So git-am complains and I have to fix up
things by hand.
Might check Documentation/email-clients.txt to see if there's any useful
tips there.
--b.
> }
> 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);
>
> --
> 1.9.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] SUNRPC: Fix printk that is not only for nfsd
2014-05-08 16:48 ` J. Bruce Fields
@ 2014-05-09 4:02 ` Kinglong Mee
0 siblings, 0 replies; 3+ messages in thread
From: Kinglong Mee @ 2014-05-09 4:02 UTC (permalink / raw)
To: J. Bruce Fields; +Cc: Trond Myklebust, linux-nfs
On 5/9/2014 00:48, J. Bruce Fields wrote:
> Thanks, applying. By the way, your mail client seems to be corrupting
> patches, e.g.:
>
> On Tue, Apr 15, 2014 at 05:13:56PM +0800, Kinglong Mee wrote:
>> Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
>> ---
>> net/sunrpc/cache.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c
>> index ae333c1..0663621 100644
>> --- a/net/sunrpc/cache.c
>> +++ b/net/sunrpc/cache.c
>> @@ -374,7 +374,7 @@ void sunrpc_destroy_cache_detail(struct cache_detail
>> *cd)
>
> ... it wrapped that line. So git-am complains and I have to fix up
> things by hand.
>
> Might check Documentation/email-clients.txt to see if there's any useful
> tips there.
Sorry for my fault.
thanks,
Kinglong Mee
>
>> }
>> 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);
>>
>> --
>> 1.9.0
>>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-09 4:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 9:13 [PATCH] SUNRPC: Fix printk that is not only for nfsd Kinglong Mee
2014-05-08 16:48 ` J. Bruce Fields
2014-05-09 4:02 ` Kinglong Mee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).