commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, rbraun/vm_cache_policy, updated. v1.4-5-gc774e89


From: Richard Braun
Subject: [SCM] GNU Mach branch, rbraun/vm_cache_policy, updated. v1.4-5-gc774e89
Date: Sun, 07 Feb 2016 13:51:02 +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 "GNU Mach".

The branch, rbraun/vm_cache_policy has been updated
       via  c774e89387a43d737abbdd99781a294c1cceebb2 (commit)
      from  98d64d1a78172b1efc26cac36a367eec8496926f (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 c774e89387a43d737abbdd99781a294c1cceebb2
Author: Richard Braun <address@hidden>
Date:   Sun Feb 7 14:08:24 2016 +0100

    Fix page cache accounting
    
    * vm/vm_object.c (vm_object_bootstrap): Set template object `cached'
    member to FALSE.
    (vm_object_cache_add, vm_object_cache_remove): New functions.
    (vm_object_collect, vm_object_deallocate, vm_object_lookup,
    vm_object_lookup_name, vm_object_destroy): Use new cache management 
functions.
    (vm_object_terminate, vm_object_collapse): Make sure object isn't cached.
    * vm/vm_object.h (struct vm_object): New `cached' member.

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

Summary of changes:
 vm/vm_object.c |   70 ++++++++++++++++++++++++++++++++------------------------
 vm/vm_object.h |    3 +-
 2 files changed, 42 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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