This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "procfs".

The branch, master has been updated
       via  c87688a05a8b49479ee10127470cc60acebead4a (commit)
      from  969078c9755b7e28dcabe277629f757e20a19f1a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c87688a05a8b49479ee10127470cc60acebead4a
Author: Richard Braun <[email protected]>
Date:   Fri Oct 4 20:27:45 2013 +0200

    Fix mtab translator leak
    
    The node structure for the `mounts' entry is created and destroyed on
    each access, despite the fact a translator is activated on it. Fix the
    issue by caching it.
    
    * rootdir.c (rootdir_mounts_node): New variable.
    (rootdir_mounts_node_lock): Likewise.
    (rootdir_mounts_make_node): New function.
    (rootdir_translator_make_node): Remove function.
    (rootdir_entries): Replace `rootdir_translator_make_node' with
    `rootdir_mounts_make_node'.

-----------------------------------------------------------------------

Summary of changes:
 rootdir.c |   55 ++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 42 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
procfs

Reply via email to