9pfuse: fix memory leak, avoid memory explosion
Change is to handle FUSE_FORGET in main loop instead of separate thread for each as 10s of thousands can come in at once. Fixes issue 104. R=0intro, rsc http://codereview.appspot.com/6498081
This commit is contained in:
parent
ba31102633
commit
d4ccb0a943
2 changed files with 12 additions and 2 deletions
|
|
@ -35,6 +35,7 @@ Rob Kroeger <robkroeger@gmail.com>
|
|||
Rob Pike <robpike@gmail.com>
|
||||
Russ Cox <rsc@swtch.com>
|
||||
Sean McKean <smckean83@gmail.com>
|
||||
Ties Bos <gitbisector@gmail.com>
|
||||
Tim Newsham <tim.newsham@gmail.com>
|
||||
Tony Lainson <t.lainson@gmail.com>
|
||||
Venkatesh Srinivas <extrudedaluminiu@gmail.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue