Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217049
b: refs/heads/master
c: d141d97
h: refs/heads/master
i:
  217047: e56db31
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Sep 21, 2010
1 parent ffe73e8 commit 0b00097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 609588928fae2c977c887d6d31b1f0aae60ea09e
refs/heads/master: d141d97437a3c84aa18cfd5c8d91b89c4173f25c
5 changes: 3 additions & 2 deletions trunk/fs/nfs/nfs3proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 0b00097

Please sign in to comment.