commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. e34814b27b4a5b80761c166d5827d1c9177f


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. e34814b27b4a5b80761c166d5827d1c9177fd1fe
Date: Thu, 26 Aug 2010 23:27:30 +0000

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 "Hurd".

The branch, master has been updated
       via  e34814b27b4a5b80761c166d5827d1c9177fd1fe (commit)
      from  5c2ab2008137612797ccaa6c07599cc3e0f9e722 (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 e34814b27b4a5b80761c166d5827d1c9177fd1fe
Author: Samuel Thibault <address@hidden>
Date:   Fri Aug 27 01:24:30 2010 +0200

    Keep a reference on objects to preserve their content.
    
    Modify tmpfs to keep a reference (by mapping it into its
    own space) to each memory object created by the user, so they don't get
    inmediately terminated at the end of the current operation.
    
    * tmpfs/tmpfs.h (struct disknode): Add `memref' field.
    * tmpfs/node.c (diskfs_get_filemap): vm_map() the first page of the
    newly-allocated object, store in `memref' field.
    (diskfs_free_node) vm_deallocate the page pointed by `memref' field.

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

Summary of changes:
 tmpfs/node.c  |   11 ++++++++++-
 tmpfs/tmpfs.h |    1 +
 2 files changed, 11 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]