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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user