Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308625
b: refs/heads/master
c: 671fb89
h: refs/heads/master
i:
  308623: fac95a4
v: v3
  • Loading branch information
Andy Adamson authored and Trond Myklebust committed May 19, 2012
1 parent 664831c commit 405cd87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ad2f378e1af7996d6f8355c02181ff3cc7ab260
refs/heads/master: 671fb89695fee0c70a969371efd38ed30be76a8a
2 changes: 2 additions & 0 deletions trunk/fs/nfs/nfs4filelayout.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ static int filelayout_async_handle_error(struct rpc_task *task,
struct nfs_server *mds_server = NFS_SERVER(inode);
struct nfs4_deviceid_node *devid = FILELAYOUT_DEVID_NODE(lseg);
struct nfs_client *mds_client = mds_server->nfs_client;
struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table;

if (task->tk_status >= 0)
return 0;
Expand Down Expand Up @@ -186,6 +187,7 @@ static int filelayout_async_handle_error(struct rpc_task *task,
dprintk("%s DS connection error %d\n", __func__,
task->tk_status);
filelayout_mark_devid_invalid(devid);
rpc_wake_up(&tbl->slot_tbl_waitq);
/* fall through */
default:
dprintk("%s Retry through MDS. Error %d\n", __func__,
Expand Down

0 comments on commit 405cd87

Please sign in to comment.