summaryrefslogtreecommitdiff
path: root/hurd/translator/mtab/discussion.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-10-28 00:09:49 +0100
committerThomas Schwinge <thomas@schwinge.name>2014-02-25 13:17:31 +0100
commit8dfad3cc1f4b696ebed703ac79fc899f56671ca6 (patch)
tree15fecd2cabadec034e214ebfc3e50d764e86026d /hurd/translator/mtab/discussion.mdwn
parentf246f32dc763f61253ae6d5f2716fd728d4e9575 (diff)
hurd/translator/mtab/discussion: Memory leak fixed.
Diffstat (limited to 'hurd/translator/mtab/discussion.mdwn')
-rw-r--r--hurd/translator/mtab/discussion.mdwn12
1 files changed, 9 insertions, 3 deletions
diff --git a/hurd/translator/mtab/discussion.mdwn b/hurd/translator/mtab/discussion.mdwn
index 3fb6974c..99558e73 100644
--- a/hurd/translator/mtab/discussion.mdwn
+++ b/hurd/translator/mtab/discussion.mdwn
@@ -2105,6 +2105,10 @@ In context of [[open_issues/mig_portable_rpc_declarations]].
## Memory Leak
+Fixed in 2013-09-28 Hurd commit a81c0c28ea606b0d0a2ad5eeb74071c746b7cdeb
+(libdiskfs), and 2013-10-04 Hurd commit
+98b6f846b628e858acbae9258bac78cf54126d27 (libnetfs).
+
### IRC, freenode, #hurd, 2013-09-18
<braunr> ext2fs is using a ginormous amount of memory on darnassus since i
@@ -2253,6 +2257,11 @@ In context of [[open_issues/mig_portable_rpc_declarations]].
had my development vm running on that patches for two weeks
+### IRC, freenode, #hurd, 2013-10-02
+
+ <braunr> libnetfs suffers from the same leak as libdiskfs when looking up a
+ translator
+ <braunr> i'll fix it too
## Multiple mtab Translators Spawned
@@ -2340,9 +2349,6 @@ In context of [[open_issues/mig_portable_rpc_declarations]].
<braunr> while procfs doesn't
<braunr> teythoon: ok, looks like i have a working patch that merely caches
the node for mounts
- <braunr> libnetfs suffers from the same leak as libdiskfs when looking up a
- translator
- <braunr> i'll fix it too
<braunr> i installed my fixed procfs on darnassus, only one mtab :)
<teythoon> nice :)