Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1947)

Issue 6498081: code review 6498081: 9pfuse: Prevent memory footprint explosion upon kernel ...

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by gitbisector
Modified:
11 years, 8 months ago
Reviewers:
rsc
CC:
0intro, rsc
Visibility:
Public.

Description

9pfuse: Prevent memory footprint explosion upon kernel cache flush and fix a leak. 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.

Patch Set 1 #

Patch Set 2 : diff -r a72dc30d7892 https://code.google.com/p/plan9port #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M CONTRIBUTORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/9pfuse/main.c View 1 3 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 4
gitbisector
Hello 0intro, I'd like you to review this change to http://code.swtch.com/plan9port
11 years, 8 months ago (2012-09-03 19:13:08 UTC) #1
gitbisector
Hello 0intro@gmail.com, rsc, Please take another look.
11 years, 8 months ago (2012-09-03 19:58:32 UTC) #2
rsc
LGTM Thanks.
11 years, 8 months ago (2012-09-11 02:05:36 UTC) #3
rsc
11 years, 8 months ago (2012-09-11 02:08:01 UTC) #4
*** Submitted as http://code.google.com/p/plan9port/source/detail?r=eaaa129313e6
***

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

Committer: Russ Cox <rsc@swtch.com>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b