Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359725
b: refs/heads/master
c: 2d32b29
h: refs/heads/master
i:
  359723: a5871de
v: v3
  • Loading branch information
majianpeng authored and J. Bruce Fields committed Feb 5, 2013
1 parent 14d7ced commit d236ec2
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: b4e7f2c9450968303d24b48fec9da8abebcc0036
refs/heads/master: 2d32b29a1c2830f7c42caa8258c714acd983961f
2 changes: 2 additions & 0 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,8 @@ free_client(struct nfs4_client *clp)
}
free_svc_cred(&clp->cl_cred);
kfree(clp->cl_name.data);
idr_remove_all(&clp->cl_stateids);
idr_destroy(&clp->cl_stateids);
kfree(clp);
}

Expand Down

0 comments on commit d236ec2

Please sign in to comment.