From 0b000972dafd74cb47b90b4bc4142a674d5c9d1d Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Tue, 21 Sep 2010 16:55:47 -0400 Subject: [PATCH] --- yaml --- r: 217049 b: refs/heads/master c: d141d97437a3c84aa18cfd5c8d91b89c4173f25c h: refs/heads/master i: 217047: e56db313042971d0e2d927561cebd1ed33407506 v: v3 --- [refs] | 2 +- trunk/fs/nfs/nfs3proc.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ca93cda2a2d9..7bcac720a666 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 609588928fae2c977c887d6d31b1f0aae60ea09e +refs/heads/master: d141d97437a3c84aa18cfd5c8d91b89c4173f25c diff --git a/trunk/fs/nfs/nfs3proc.c b/trunk/fs/nfs/nfs3proc.c index 4e9d941ab548..f8446b38dcb4 100644 --- a/trunk/fs/nfs/nfs3proc.c +++ b/trunk/fs/nfs/nfs3proc.c @@ -671,7 +671,8 @@ nfs3_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, nfs_free_fattr(res.dir_attr); out: - dprintk("NFS reply readdir: %d\n", status); + dprintk("NFS reply readdir%s: %d\n", + plus? "plus" : "", status); return status; } @@ -741,7 +742,7 @@ nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, dprintk("NFS call fsstat\n"); nfs_fattr_init(stat->fattr); status = rpc_call_sync(server->client, &msg, 0); - dprintk("NFS reply statfs: %d\n", status); + dprintk("NFS reply fsstat: %d\n", status); return status; }