Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142186
b: refs/heads/master
c: c4bf786
h: refs/heads/master
v: v3
  • Loading branch information
Marc Eshel authored and J. Bruce Fields committed Apr 4, 2009
1 parent 583d63a commit 4c1a66c
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 9fb870702d02c05f9410423bfff3f63e46e26180
refs/heads/master: c4bf7868064ce8b9c75d8049d077e593c20602b3
6 changes: 6 additions & 0 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,12 @@ expire_client(struct nfs4_client *clp)
sop = list_entry(clp->cl_openowners.next, struct nfs4_stateowner, so_perclient);
release_openowner(sop);
}
while (!list_empty(&clp->cl_sessions)) {
struct nfsd4_session *ses;
ses = list_entry(clp->cl_sessions.next, struct nfsd4_session,
se_perclnt);
release_session(ses);
}
put_nfs4_client(clp);
}

Expand Down

0 comments on commit 4c1a66c

Please sign in to comment.