Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157057
b: refs/heads/master
c: 7111dc7
h: refs/heads/master
i:
  157055: 2093ba6
v: v3
  • Loading branch information
Trond Myklebust authored and Linus Torvalds committed Aug 24, 2009
1 parent 9e0f838 commit c6da1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2584e7986f235572d4b03bbe52fd1e85c1679b8e
refs/heads/master: 7111dc73923e9737b38a3ef5b5f236109000ff28
4 changes: 2 additions & 2 deletions trunk/fs/nfs/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1250,8 +1250,8 @@ static void nfs4_state_manager(struct nfs_client *clp)
continue;
}
/* Initialize or reset the session */
if (nfs4_has_session(clp) &&
test_and_clear_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state)) {
if (test_and_clear_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state)
&& nfs4_has_session(clp)) {
if (clp->cl_cons_state == NFS_CS_SESSION_INITING)
status = nfs4_initialize_session(clp);
else
Expand Down

0 comments on commit c6da1f5

Please sign in to comment.