Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229225
b: refs/heads/master
c: daaa82d
h: refs/heads/master
i:
  229223: 6673132
v: v3
  • Loading branch information
Fred Isaman authored and Trond Myklebust committed Jan 6, 2011
1 parent 26bb114 commit e6b1a3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: 52fabd73199cd00932f92c9f548bdf66a5bbc23d
refs/heads/master: daaa82d1c72e10dc16cad3a810e225f9188dc7aa
3 changes: 1 addition & 2 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5326,7 +5326,6 @@ static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
return;
}
}
lgp->status = task->tk_status;
dprintk("<-- %s\n", __func__);
}

Expand Down Expand Up @@ -5382,7 +5381,7 @@ int nfs4_proc_layoutget(struct nfs4_layoutget *lgp)
status = nfs4_wait_for_completion_rpc_task(task);
if (status != 0)
goto out;
status = lgp->status;
status = task->tk_status;
if (status != 0)
goto out;
status = pnfs_layout_process(lgp);
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/nfs_xdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ struct nfs4_layoutget {
struct nfs4_layoutget_args args;
struct nfs4_layoutget_res res;
struct pnfs_layout_segment **lsegpp;
int status;
};

struct nfs4_getdeviceinfo_args {
Expand Down

0 comments on commit e6b1a3c

Please sign in to comment.