Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322113
b: refs/heads/master
c: 0866004
h: refs/heads/master
i:
  322111: f2ed3ec
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Aug 20, 2012
1 parent 3abfbf6 commit 7c6c358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7653f6ff4ebab2a094e65b60fb19ee66ed2f78e7
refs/heads/master: 086600430493e04b802bee6e5b3ce0458e4eb77f
2 changes: 1 addition & 1 deletion trunk/fs/nfs/nfs3proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle,
nfs_fattr_init(info->fattr);
status = rpc_call_sync(client, &msg, 0);
dprintk("%s: reply fsinfo: %d\n", __func__, status);
if (!(info->fattr->valid & NFS_ATTR_FATTR)) {
if (status == 0 && !(info->fattr->valid & NFS_ATTR_FATTR)) {
msg.rpc_proc = &nfs3_procedures[NFS3PROC_GETATTR];
msg.rpc_resp = info->fattr;
status = rpc_call_sync(client, &msg, 0);
Expand Down

0 comments on commit 7c6c358

Please sign in to comment.