mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
pnfs: remove unnecessary field lgp->status
Signed-off-by: Fred Isaman <iisaman@netapp.com> Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
52fabd7319
commit
daaa82d1c7
@ -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__);
|
||||
}
|
||||
|
||||
@ -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);
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user