Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252827
b: refs/heads/master
c: 1db2b9d
h: refs/heads/master
i:
  252825: ebbbc1c
  252823: 3ce15c1
v: v3
  • Loading branch information
Bryan Schumaker authored and J. Bruce Fields committed Apr 30, 2011
1 parent 41f286f commit b883439
Show file tree
Hide file tree
Showing 2 changed files with 4 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: fccb13c947de83a368e1f3c2216bbf4d8d41efa1
refs/heads/master: 1db2b9dde3317e181f76860410cb0e7433896f28
5 changes: 3 additions & 2 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1636,8 +1636,9 @@ __be32 nfsd4_bind_conn_to_session(struct svc_rqst *rqstp,
return nfserr_badsession;

status = nfsd4_map_bcts_dir(&bcts->dir);
nfsd4_new_conn(rqstp, cstate->session, bcts->dir);
return nfs_ok;
if (!status)
nfsd4_new_conn(rqstp, cstate->session, bcts->dir);
return status;
}

static bool nfsd4_compound_in_session(struct nfsd4_session *session, struct nfs4_sessionid *sid)
Expand Down

0 comments on commit b883439

Please sign in to comment.