Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308677
b: refs/heads/master
c: f2c1b51
h: refs/heads/master
i:
  308675: 81d5327
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed May 27, 2012
1 parent b3189be commit 30a145c
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: 9f594791dd530c2dc06953fb32505a26cc28371f
refs/heads/master: f2c1b5100db340441963649fabb4e43e2a65df77
2 changes: 1 addition & 1 deletion trunk/fs/nfs/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ static int nfs4_reset_session(struct nfs_client *clp)
memset(clp->cl_session->sess_id.data, 0, NFS4_MAX_SESSIONID_LEN);
status = nfs4_proc_create_session(clp, cred);
if (status) {
status = nfs4_recovery_handle_error(clp, status);
status = nfs4_handle_reclaim_lease_error(clp, status);
goto out;
}
clear_bit(NFS4CLNT_SESSION_RESET, &clp->cl_state);
Expand Down

0 comments on commit 30a145c

Please sign in to comment.