projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb47ddc
)
NFSv4.1: Convert another trivial printk into a dprintk
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 7 Jun 2012 17:45:53 +0000
(13:45 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 7 Jun 2012 17:45:53 +0000
(13:45 -0400)
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c
patch
|
blob
|
history
diff --git
a/fs/nfs/nfs4proc.c
b/fs/nfs/nfs4proc.c
index bfc919fd3f069b75f05b5e640488488121fb35fe..5881f2cc5d81fcb169723937a6986327b0f5ad8e 100644
(file)
--- a/
fs/nfs/nfs4proc.c
+++ b/
fs/nfs/nfs4proc.c
@@
-5297,7
+5297,7
@@
static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
if (status)
-
pr_warn
("NFS: Got error %d from the server %s on "
+
dprintk
("NFS: Got error %d from the server %s on "
"DESTROY_CLIENTID.", status, clp->cl_hostname);
return status;
}