Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206403
b: refs/heads/master
c: a6f0339
h: refs/heads/master
i:
  206401: 173fb07
  206399: 38c7e9f
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Aug 4, 2010
1 parent 8674e45 commit 601e630
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 452e93523d9433f83670e7b42cbe75319c208762
refs/heads/master: a6f03393ec86fd25523c79497a9a773bda170d1d
10 changes: 0 additions & 10 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1275,8 +1275,6 @@ static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
struct nfs4_opendata *data = calldata;

data->rpc_status = task->tk_status;
if (RPC_ASSASSINATED(task))
return;
if (data->rpc_status == 0) {
memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
sizeof(data->o_res.stateid.data));
Expand Down Expand Up @@ -1408,8 +1406,6 @@ static void nfs4_open_done(struct rpc_task *task, void *calldata)
if (!nfs4_sequence_done(task, &data->o_res.seq_res))
return;

if (RPC_ASSASSINATED(task))
return;
if (task->tk_status == 0) {
switch (data->o_res.f_attr->mode & S_IFMT) {
case S_IFREG:
Expand Down Expand Up @@ -1860,8 +1856,6 @@ static void nfs4_close_done(struct rpc_task *task, void *data)

if (!nfs4_sequence_done(task, &calldata->res.seq_res))
return;
if (RPC_ASSASSINATED(task))
return;
/* hmm. we are done with the inode, and in the process of freeing
* the state_owner. we keep this around to process errors
*/
Expand Down Expand Up @@ -3907,8 +3901,6 @@ static void nfs4_locku_done(struct rpc_task *task, void *data)

if (!nfs4_sequence_done(task, &calldata->res.seq_res))
return;
if (RPC_ASSASSINATED(task))
return;
switch (task->tk_status) {
case 0:
memcpy(calldata->lsp->ls_stateid.data,
Expand Down Expand Up @@ -4119,8 +4111,6 @@ static void nfs4_lock_done(struct rpc_task *task, void *calldata)
return;

data->rpc_status = task->tk_status;
if (RPC_ASSASSINATED(task))
goto out;
if (data->arg.new_lock_owner != 0) {
if (data->rpc_status == 0)
nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
Expand Down

0 comments on commit 601e630

Please sign in to comment.