From 634bac211a4d42ff59ba822cb7b5e997ccab37c1 Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Thu, 7 Jun 2012 13:45:53 -0400 Subject: [PATCH] --- yaml --- r: 310953 b: refs/heads/master c: 02c67525cf325131aa06c6b0c6fd457bd57161e3 h: refs/heads/master i: 310951: 6fc0b626eb566b3de9310539bf2d6946b18b865b v: v3 --- [refs] | 2 +- trunk/fs/nfs/nfs4proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 582680b3ac70..a22c1cf048e8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb47ddc9d5ded3d202335ea29743b9242d54eb5a +refs/heads/master: 02c67525cf325131aa06c6b0c6fd457bd57161e3 diff --git a/trunk/fs/nfs/nfs4proc.c b/trunk/fs/nfs/nfs4proc.c index bfc919fd3f06..5881f2cc5d81 100644 --- a/trunk/fs/nfs/nfs4proc.c +++ b/trunk/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; }