diff options
author | Ties Bos <gitbisector@gmail.com> | 2012-09-10 22:07:26 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-09-10 22:07:26 -0400 |
commit | d4ccb0a943fb312d949726827d4e4e71e6a7a0bb (patch) | |
tree | 08c854a3e4c83c87780c5e302daae330eb50510b /CONTRIBUTORS | |
parent | ba3110263311be872f4d1d1e11735d7afee1f61a (diff) | |
download | plan9port-d4ccb0a943fb312d949726827d4e4e71e6a7a0bb.tar.gz plan9port-d4ccb0a943fb312d949726827d4e4e71e6a7a0bb.tar.bz2 plan9port-d4ccb0a943fb312d949726827d4e4e71e6a7a0bb.zip |
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
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4f9ea2c7..67d90a5e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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> |